diff --git a/Titan/Properties/AssemblyInfo.cs b/Titan/Properties/AssemblyInfo.cs index 309eead..42924df 100644 --- a/Titan/Properties/AssemblyInfo.cs +++ b/Titan/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.0.*")] -[assembly: AssemblyVersion("1.2.0.*")] -[assembly: AssemblyFileVersion("1.2.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyFileVersion("1.3.0.*")] \ No newline at end of file diff --git a/TitanTest/Properties/AssemblyInfo.cs b/TitanTest/Properties/AssemblyInfo.cs index 1d3a33b..91e2ec1 100644 --- a/TitanTest/Properties/AssemblyInfo.cs +++ b/TitanTest/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.0.*")] -[assembly: AssemblyVersion("1.2.0.*")] -[assembly: AssemblyFileVersion("1.2.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0.*")] +[assembly: AssemblyFileVersion("1.3.0.*")] \ No newline at end of file