From e146b5ff19a1186512753b4f65f08f3f5f5ac6fc Mon Sep 17 00:00:00 2001 From: Giacomo Tagliabue Date: Mon, 17 Aug 2015 10:27:42 -0500 Subject: [PATCH] 0.4.0 --- h-opc-cli/Properties/AssemblyInfo.cs | 6 +++--- h-opc/Properties/AssemblyInfo.cs | 6 +++--- package.json | 2 +- tests/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/h-opc-cli/Properties/AssemblyInfo.cs b/h-opc-cli/Properties/AssemblyInfo.cs index 5e2a8cd..2638e87 100644 --- a/h-opc-cli/Properties/AssemblyInfo.cs +++ b/h-opc-cli/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyFileVersion("0.3.1")] +// [assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")] diff --git a/h-opc/Properties/AssemblyInfo.cs b/h-opc/Properties/AssemblyInfo.cs index 6420da9..31ae2d9 100644 --- a/h-opc/Properties/AssemblyInfo.cs +++ b/h-opc/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyFileVersion("0.3.1")] +// [assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")] diff --git a/package.json b/package.json index 4bc0fa6..49d86da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-opc", - "version": "0.3.1", + "version": "0.4.0", "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index b559804..3815fe6 100644 --- a/tests/Properties/AssemblyInfo.cs +++ b/tests/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyVersion("0.3.1")] -[assembly: AssemblyFileVersion("0.3.1")] +// [assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")]