Skip to content

Commit c0c84ab

Browse files
committed
Bump up to 0.2.2
1 parent b928dd9 commit c0c84ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jupyterlab_gitplus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def _jupyter_server_extension_paths():
44
}]
55

66

7-
__version__ = "0.2.1"
7+
__version__ = "0.2.2"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reviewnb/jupyterlab_gitplus",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "JupyterLab extension to create GitHub pull requests & commits.",
55
"keywords": [
66
"jupyter",
@@ -74,4 +74,4 @@
7474
"extension": true,
7575
"outputDir": "jupyterlab_gitplus/labextension"
7676
}
77-
}
77+
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function activate(
4444
notebookTracker: INotebookTracker
4545
) {
4646
console.log(
47-
'JupyterLab extension @reviewnb/gitplus (0.2.1) is activated.'
47+
'JupyterLab extension @reviewnb/gitplus (0.2.2) is activated.'
4848
);
4949
const createPRCommand = 'create-pr';
5050
app.commands.addCommand(createPRCommand, {

0 commit comments

Comments
 (0)