diff --git a/package-lock.json b/package-lock.json index f7102e9..cff883f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mit-app-inventor/blockly-plugin-workspace-multiselect", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mit-app-inventor/blockly-plugin-workspace-multiselect", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "devDependencies": { "@blockly/dev-scripts": "^1.2.24", diff --git a/package.json b/package.json index 9868a49..56a8944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mit-app-inventor/blockly-plugin-workspace-multiselect", - "version": "0.1.0", + "version": "0.1.1", "description": "A Blockly plugin that allows to drag, select and doing actions on multiple blocks in the workspace.", "scripts": { "audit:fix": "blockly-scripts auditFix",