From 0164ce838ab52c199708119191481e61450c29dd Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 1 Nov 2014 13:26:08 +0400 Subject: [PATCH] released v1.0.3 --- ArcFormats/Properties/AssemblyInfo.cs | 4 ++-- GameRes/Properties/AssemblyInfo.cs | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ArcFormats/Properties/AssemblyInfo.cs b/ArcFormats/Properties/AssemblyInfo.cs index 1a18288e..5600245c 100644 --- a/ArcFormats/Properties/AssemblyInfo.cs +++ b/ArcFormats/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.0.2.21")] -[assembly: AssemblyFileVersion ("1.0.2.21")] +[assembly: AssemblyVersion ("1.0.3.22")] +[assembly: AssemblyFileVersion ("1.0.3.22")] diff --git a/GameRes/Properties/AssemblyInfo.cs b/GameRes/Properties/AssemblyInfo.cs index 4e63e492..30e75868 100644 --- a/GameRes/Properties/AssemblyInfo.cs +++ b/GameRes/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.0.0.3")] -[assembly: AssemblyFileVersion ("1.0.0.3")] +[assembly: AssemblyVersion ("1.0.1.4")] +[assembly: AssemblyFileVersion ("1.0.1.4")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9c495a35..b5f62c74 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 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.0.2.10")] -[assembly: AssemblyFileVersion ("1.0.1.10")] +[assembly: AssemblyVersion ("1.0.3.11")] +[assembly: AssemblyFileVersion ("1.0.2.11")]