From 30a4be848110903223048d411bbc0ba5ca00dca3 Mon Sep 17 00:00:00 2001 From: Sean Grady Date: Fri, 24 May 2019 11:50:24 -0400 Subject: [PATCH] 2.1.0 Signed-off-by: Sean Grady --- pluginDefinition.json | 2 +- webClient/package-lock.json | 2 +- webClient/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",