From 5be4eee4032141f6f248af049571ab883206648a Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 1 May 2019 12:47:18 -0400 Subject: [PATCH] Version bump since editor behavior is breaking in its requirements of b64 uss data Signed-off-by: 1000TurquoisePogs --- pluginDefinition.json | 4 ++-- webClient/package-lock.json | 2 +- webClient/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",