Skip to content

Commit

Permalink
Incremented version to v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
anierzad committed Sep 26, 2018
1 parent a1d1c46 commit c73eed2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DeployClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
2 changes: 1 addition & 1 deletion DeployClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-client",
"version": "0.7.0",
"version": "0.8.0",
"main": "gulpfile.js",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion DeployClient/project.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
MODULE_VERSION: '00.07.00'
MODULE_VERSION: '00.08.00'
};
2 changes: 1 addition & 1 deletion PolyDeploy/PolyDeploy.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Cantarus.PolyDeploy" type="Module" version="00.07.00">
<package name="Cantarus.PolyDeploy" type="Module" version="00.08.00">
<friendlyName>Cantarus PolyDeploy</friendlyName>
<description>Cantarus PolyDeploy module</description>
<iconFile>Images/polydeploy-logo-icon.png</iconFile>
Expand Down
2 changes: 1 addition & 1 deletion PolyDeploy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.07.00.*")]
[assembly: AssemblyVersion("00.08.00.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
Expand Down
2 changes: 1 addition & 1 deletion PolyDeploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poly-deploy",
"version": "0.7.0",
"version": "0.8.0",
"main": "app.js",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion PolyDeploy/project.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
*/
MODULE_NAME: 'PolyDeploy',
MODULE_DOMAIN: 'Modules',
MODULE_VERSION: '00.07.00',
MODULE_VERSION: '00.08.00',
WEBSITE_PATH: '../../Website/'
};

0 comments on commit c73eed2

Please sign in to comment.