Skip to content

Commit

Permalink
Merge 0b25ce5 into 824942a
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 7, 2018
2 parents 824942a + 0b25ce5 commit 0c843bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "1.1.5",
"version": "1.1.6",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion nglview/widget.py
Expand Up @@ -34,7 +34,7 @@
from .remote_thread import RemoteCallThread

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '1.1.5' # must match to js/package.json
__frontend_version__ = '1.1.6' # must match to js/package.json
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera', 'setSelector', 'setUnSyncFrame', 'setDelay',
'autoView',
Expand Down

0 comments on commit 0c843bb

Please sign in to comment.