Skip to content

Commit

Permalink
Bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Walkiewicz committed Aug 27, 2019
1 parent c300ce6 commit 6338de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/labextension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/labextension/package.json
@@ -1,6 +1,6 @@
{
"name": "neptune-notebooks",
"version": "0.0.10",
"version": "0.0.11",
"description": "A JupyterLab extension for Neptune",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/nbextension/neptune-notebook.js
Expand Up @@ -18,7 +18,7 @@ define([
var uploadTimer = new Timer();
var configTimer = new Timer();

var CURRENT_VERSION = '0.0.10';
var CURRENT_VERSION = '0.0.11';

return {
'load_jupyter_extension': loadJupyterExtensions,
Expand Down

0 comments on commit 6338de1

Please sign in to comment.