From 2d4246f62a830f4509cec42e51896bc45ab6e9a2 Mon Sep 17 00:00:00 2001 From: Giacomo Tagliabue Date: Wed, 25 Mar 2015 09:32:08 -0500 Subject: [PATCH] release 0.3.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 5f8f215..1bb54c7 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.2.1")] -[assembly: AssemblyVersion("0.2.1")] -[assembly: AssemblyFileVersion("0.2.1")] +// [assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] diff --git a/h-opc/Properties/AssemblyInfo.cs b/h-opc/Properties/AssemblyInfo.cs index e7fa626..c891af1 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.2.1")] -[assembly: AssemblyVersion("0.2.1")] -[assembly: AssemblyFileVersion("0.2.1")] +// [assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] diff --git a/package.json b/package.json index c186d4d..6b251e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-opc", - "version": "0.2.1", + "version": "0.3.0", "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index 6a4a057..321210e 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.2.1")] -[assembly: AssemblyVersion("0.2.1")] -[assembly: AssemblyFileVersion("0.2.1")] +// [assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")]