diff options
author | Vitaly Takmazov | 2013-12-16 14:06:20 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-12-16 14:06:20 +0400 |
commit | f693efdee7e40e362b441bde287dc16bcced8ee1 (patch) | |
tree | a323400174edd55524c1b50775bb52fbfd939637 /Juick | |
parent | d82b0465c8d25ac8d243966471a9ff30bf078efb (diff) |
1.1.2
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | Juick/Properties/WMAppManifest.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs index 0943527..a054912 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.1.0")]
-[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyVersion("1.1.2.*")]
+[assembly: AssemblyFileVersion("1.1.2.*")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/Juick/Properties/WMAppManifest.xml b/Juick/Properties/WMAppManifest.xml index 83364dd..cf6c5ef 100644 --- a/Juick/Properties/WMAppManifest.xml +++ b/Juick/Properties/WMAppManifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.1">
- <App xmlns="" ProductID="{c0b72e47-109a-478a-af50-75937b8af908}" Title="Juick" RuntimeType="Silverlight" Version="1.1.1.0" Genre="apps.normal" Author="Juick author" Description="Sample description" Publisher="Juick">
+ <App xmlns="" ProductID="{c0b72e47-109a-478a-af50-75937b8af908}" Title="Juick" RuntimeType="Silverlight" Version="1.1.2.0" Genre="apps.normal" Author="Juick author" Description="Sample description" Publisher="Juick">
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_GAMERSERVICES" />
|