diff --git a/build/component/package.json b/build/component/package.json index 80d5ad7..e8c3f6c 100644 --- a/build/component/package.json +++ b/build/component/package.json @@ -1,6 +1,6 @@ { "name": "angular-sample", - "version": "2.8.0", + "version": "2.9.0", "description": "Sample App Showcasing Angular Adapter", "main": "angular-sample.pax", "homepgae": "https://zowe.org", diff --git a/manifest.yaml b/manifest.yaml index cbb0a10..b82bca8 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: angular-sample id: org.zowe.zlux.sample.angular # Without the v -version: 2.8.0 +version: 2.9.0 # Human readable component name title: Angular Sample # Human readable component description diff --git a/nodeServer/package.json b/nodeServer/package.json index 4121e54..5c566ea 100644 --- a/nodeServer/package.json +++ b/nodeServer/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.zlux.sample.angular.nodeserver", - "version": "2.8.0", + "version": "2.9.0", "description": "Hello World message", "scripts": { "build": "tsc", diff --git a/pluginDefinition.json b/pluginDefinition.json index 47c9ce5..c5427d4 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.angular", "apiVersion": "2.0.0", - "pluginVersion": "2.8.0", + "pluginVersion": "2.9.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/webClient/package.json b/webClient/package.json index 73ae230..2fad90e 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.zlux.sample.angular.webclient", - "version": "2.8.0", + "version": "2.9.0", "scripts": { "start": "webpack --progress --colors --watch", "build": "webpack --progress --colors",