From 28dfa0ffaa7ce86ef5e596abc2e409ea8ce78144 Mon Sep 17 00:00:00 2001 From: Adam Nierzad Date: Fri, 25 Jan 2019 13:16:50 +0000 Subject: [PATCH] Incremented version to 0.9.3. --- DeployClient/Properties/AssemblyInfo.cs | 4 ++-- DeployClient/package.json | 2 +- DeployClient/project.config.js | 2 +- PolyDeploy/PolyDeploy.dnn | 2 +- PolyDeploy/Properties/AssemblyInfo.cs | 2 +- PolyDeploy/package.json | 2 +- PolyDeploy/project.config.js | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DeployClient/Properties/AssemblyInfo.cs b/DeployClient/Properties/AssemblyInfo.cs index 84889ea..e01bff9 100644 --- a/DeployClient/Properties/AssemblyInfo.cs +++ b/DeployClient/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.8.0.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.9.3.0")] +[assembly: AssemblyFileVersion("0.9.3.0")] diff --git a/DeployClient/package.json b/DeployClient/package.json index 3f67614..2ff231a 100644 --- a/DeployClient/package.json +++ b/DeployClient/package.json @@ -1,6 +1,6 @@ { "name": "deploy-client", - "version": "0.8.0", + "version": "0.9.3", "main": "gulpfile.js", "license": "Apache-2.0", "private": true, diff --git a/DeployClient/project.config.js b/DeployClient/project.config.js index a20c91c..9eec36d 100644 --- a/DeployClient/project.config.js +++ b/DeployClient/project.config.js @@ -1,3 +1,3 @@ module.exports = { - MODULE_VERSION: '00.08.00' + MODULE_VERSION: '00.09.03' }; diff --git a/PolyDeploy/PolyDeploy.dnn b/PolyDeploy/PolyDeploy.dnn index 69b2319..bb8ba61 100644 --- a/PolyDeploy/PolyDeploy.dnn +++ b/PolyDeploy/PolyDeploy.dnn @@ -1,6 +1,6 @@ - + Cantarus PolyDeploy Cantarus PolyDeploy module Images/polydeploy-logo-icon.png diff --git a/PolyDeploy/Properties/AssemblyInfo.cs b/PolyDeploy/Properties/AssemblyInfo.cs index d0b2250..713f733 100644 --- a/PolyDeploy/Properties/AssemblyInfo.cs +++ b/PolyDeploy/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("00.08.00.*")] +[assembly: AssemblyVersion("00.09.03.*")] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] diff --git a/PolyDeploy/package.json b/PolyDeploy/package.json index fbc483f..0d006b9 100644 --- a/PolyDeploy/package.json +++ b/PolyDeploy/package.json @@ -1,6 +1,6 @@ { "name": "poly-deploy", - "version": "0.8.0", + "version": "0.9.3", "main": "app.js", "license": "Apache-2.0", "private": true, diff --git a/PolyDeploy/project.config.js b/PolyDeploy/project.config.js index 6c0d976..8792045 100644 --- a/PolyDeploy/project.config.js +++ b/PolyDeploy/project.config.js @@ -7,6 +7,6 @@ */ MODULE_NAME: 'PolyDeploy', MODULE_DOMAIN: 'Modules', - MODULE_VERSION: '00.08.00', + MODULE_VERSION: '00.09.03', WEBSITE_PATH: '../../Website/' };