Skip to content

Commit c73eed2

Browse files
committed
Incremented version to v0.8.0.
1 parent a1d1c46 commit c73eed2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

DeployClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.7.0.0")]
36-
[assembly: AssemblyFileVersion("0.7.0.0")]
35+
[assembly: AssemblyVersion("0.8.0.0")]
36+
[assembly: AssemblyFileVersion("0.8.0.0")]

DeployClient/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-client",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "gulpfile.js",
55
"license": "Apache-2.0",
66
"private": true,

DeployClient/project.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
MODULE_VERSION: '00.07.00'
2+
MODULE_VERSION: '00.08.00'
33
};

PolyDeploy/PolyDeploy.dnn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Cantarus.PolyDeploy" type="Module" version="00.07.00">
3+
<package name="Cantarus.PolyDeploy" type="Module" version="00.08.00">
44
<friendlyName>Cantarus PolyDeploy</friendlyName>
55
<description>Cantarus PolyDeploy module</description>
66
<iconFile>Images/polydeploy-logo-icon.png</iconFile>

PolyDeploy/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// You can specify all the values or you can default the Revision and Build Numbers
2929
// by using the '*' as shown below:
3030

31-
[assembly: AssemblyVersion("00.07.00.*")]
31+
[assembly: AssemblyVersion("00.08.00.*")]
3232
[assembly: AssemblyDelaySign(false)]
3333
[assembly: AssemblyKeyFile("")]
3434
[assembly: AssemblyKeyName("")]

PolyDeploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poly-deploy",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "app.js",
55
"license": "Apache-2.0",
66
"private": true,

PolyDeploy/project.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*/
88
MODULE_NAME: 'PolyDeploy',
99
MODULE_DOMAIN: 'Modules',
10-
MODULE_VERSION: '00.07.00',
10+
MODULE_VERSION: '00.08.00',
1111
WEBSITE_PATH: '../../Website/'
1212
};

0 commit comments

Comments
 (0)