diff options
author | Vitaly Takmazov | 2013-04-26 22:35:07 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-04-26 22:35:07 +0400 |
commit | 648d914c8d5cf6fe2b3f8271839ec30143172376 (patch) | |
tree | 0a3bf9b6075ccec8271751f49000ffe36a16488b /Juick | |
parent | acb14d7db321ba26c085872a96c48e7434332154 (diff) |
1.1.0.2
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs index add9f2e..d97b9eb 100644 --- a/Juick/Properties/AssemblyInfo.cs +++ b/Juick/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Resources; //
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.0.1")]
-[assembly: AssemblyFileVersion("1.1.0.1")]
+[assembly: AssemblyVersion("1.1.0.2")]
+[assembly: AssemblyFileVersion("1.1.0.2")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|