Skip to content

Commit 0cb7e78

Browse files
committed
New release to fix CORS error
1 parent aeddf99 commit 0cb7e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3) is activated!');
25+
console.log('JupyterLab extension @reviewnb/gitplus (0.1.4) is activated!');
2626
const createPRCommand = 'create-pr';
2727
app.commands.addCommand(createPRCommand, {
2828
label: 'Create Pull Request',

0 commit comments

Comments
 (0)