Skip to content

Commit

Permalink
Version bump since editor behavior is breaking in its requirements of…
Browse files Browse the repository at this point in the history
… b64 uss data

Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed May 1, 2019
1 parent 5e2353e commit 5be4eee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webClient/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5be4eee

Please sign in to comment.