diff --git a/Grunt/package.json b/Grunt/package.json index 370d53c..f24b7e7 100644 --- a/Grunt/package.json +++ b/Grunt/package.json @@ -17,6 +17,6 @@ "grunt-template": "^0.2.3" }, "meta": { - "version": "1.2.0.1" + "version": "1.2.1.0" } } diff --git a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs index 9dd3a48..befb6fa 100644 --- a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs +++ b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs @@ -31,5 +31,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.2.0.1")] -[assembly: AssemblyFileVersion("1.2.0.1")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")]