diff --git a/Grunt/package.json b/Grunt/package.json index a75fefc..396ce88 100644 --- a/Grunt/package.json +++ b/Grunt/package.json @@ -17,6 +17,6 @@ "grunt-template": "^0.2.3" }, "meta": { - "version": "0.16.0.1" + "version": "0.16.0.2" } } diff --git a/Source/Solution/FormEditor/Properties/AssemblyInfo.cs b/Source/Solution/FormEditor/Properties/AssemblyInfo.cs index b779536..6298a23 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("0.16.0.1")] -[assembly: AssemblyFileVersion("0.16.0.1")] +[assembly: AssemblyVersion("0.16.0.2")] +[assembly: AssemblyFileVersion("0.16.0.2")]