diff --git a/pluginDefinition.json b/pluginDefinition.json index 2ea45800..722fde41 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.editor", "apiVersion": "1.0.0", - "pluginVersion": "2.0.0", + "pluginVersion": "2.1.0", "pluginType": "application", "webContent": { "framework": "angular", diff --git a/webClient/package-lock.json b/webClient/package-lock.json index 5fc150ec..60aa78bf 100644 --- a/webClient/package-lock.json +++ b/webClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "org.zowe.editor.webclient", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webClient/package.json b/webClient/package.json index ca9c7b42..24bd7fb4 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.editor.webclient", - "version": "2.0.0", + "version": "2.1.0", "license": "EPL-2.0", "scripts": { "start": "webpack --config ./webpack.build.config.js --watch --progress",