From d06477d49cc8e8daf6f87c7b439c2a80515687f1 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 24 Feb 2013 01:57:39 +0400 Subject: update tiles --- Juick/Properties/WMAppManifest.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Juick/Properties') diff --git a/Juick/Properties/WMAppManifest.xml b/Juick/Properties/WMAppManifest.xml index 8f7b6da..15e3611 100644 --- a/Juick/Properties/WMAppManifest.xml +++ b/Juick/Properties/WMAppManifest.xml @@ -33,5 +33,8 @@ + \ No newline at end of file -- cgit v1.2.3 From db8a3673bab9c0d27fbb98332d0c47922d9be209 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 2 Mar 2013 20:35:12 +0400 Subject: 1.0.9.10 --- Juick/Juick.csproj | 1 + Juick/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Juick/Properties') diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj index d467f85..3031d57 100644 --- a/Juick/Juick.csproj +++ b/Juick/Juick.csproj @@ -46,6 +46,7 @@ true prompt 4 + true diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs index 9a52d9e..9a99ba0 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.0.9.9")] -[assembly: AssemblyFileVersion("1.0.9.9")] +[assembly: AssemblyVersion("1.0.9.10")] +[assembly: AssemblyFileVersion("1.0.9.10")] [assembly: NeutralResourcesLanguageAttribute("en-US")] -- cgit v1.2.3