diff --git a/h-opc-cli/Properties/AssemblyInfo.cs b/h-opc-cli/Properties/AssemblyInfo.cs index eff6fc7..180b8d2 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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")] diff --git a/h-opc/Properties/AssemblyInfo.cs b/h-opc/Properties/AssemblyInfo.cs index 6eba983..3d0afa0 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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")] diff --git a/package.json b/package.json index e8d8818..12228b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-opc", - "version": "0.9.2", + "version": "0.9.3", "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", diff --git a/tests/App.config b/tests/App.config index f21aa98..706e77f 100644 --- a/tests/App.config +++ b/tests/App.config @@ -1,6 +1,6 @@  - + - \ No newline at end of file + diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index d3a9795..19f5ca2 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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")]