Skip to content

Commit 23308b9

Browse files
committed
Set the correct version number of npm package
1 parent c015f50 commit 23308b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reviewnb/jupyterlab_gitplus",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "JupyterLab extension to create GitHub pull requests & commits.",
55
"keywords": [
66
"jupyter",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const gitPlusPlugin: JupyterFrontEndPlugin<void> = {
2222
* Activate the extension.
2323
*/
2424
function activate(app: JupyterFrontEnd, mainMenu: IMainMenu, editorTracker: IEditorTracker, notebookTracker: INotebookTracker) {
25-
console.log('JupyterLab extension @reviewnb/gitplus (0.1.4) is activated!');
25+
console.log('JupyterLab extension @reviewnb/gitplus (0.1.3) is activated!');
2626
const createPRCommand = 'create-pr';
2727
app.commands.addCommand(createPRCommand, {
2828
label: 'Create Pull Request',

0 commit comments

Comments
 (0)