diff options
-rw-r--r-- | Source/WrtSettings/Properties/SolutionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WrtSettings/Properties/SolutionInfo.cs b/Source/WrtSettings/Properties/SolutionInfo.cs index 18b5786..e42da12 100644 --- a/Source/WrtSettings/Properties/SolutionInfo.cs +++ b/Source/WrtSettings/Properties/SolutionInfo.cs @@ -4,5 +4,5 @@ using System.Reflection; [assembly: AssemblyCompany("Josip Medved")]
[assembly: AssemblyCopyright("Copyright (c) 2014 Josip Medved <jmedved@jmedved.com>")]
-[assembly: AssemblyVersion("0.00.*")]
-[assembly: AssemblyInformationalVersion("0.00")]
+[assembly: AssemblyVersion("1.00.*")]
+[assembly: AssemblyInformationalVersion("1.00")]
|