diff --git a/pluginDefinition.json b/pluginDefinition.json index 8144adbf..2ea45800 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,10 +1,10 @@ { "identifier": "org.zowe.editor", "apiVersion": "1.0.0", - "pluginVersion": "1.0.2", + "pluginVersion": "2.0.0", "pluginType": "application", "webContent": { - "framework": "angular2", + "framework": "angular", "launchDefinition": { "pluginShortNameKey": "editorTitle", "pluginShortNameDefault": "Editor", diff --git a/webClient/package-lock.json b/webClient/package-lock.json index eee652fe..2a8e766a 100644 --- a/webClient/package-lock.json +++ b/webClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "org.zowe.editor.webclient", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webClient/package.json b/webClient/package.json index bd437e3a..ca9c7b42 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.editor.webclient", - "version": "1.0.2", + "version": "2.0.0", "license": "EPL-2.0", "scripts": { "start": "webpack --config ./webpack.build.config.js --watch --progress",