From 3cc328bcab25927d17ad75ca3de2a74bc206afc3 Mon Sep 17 00:00:00 2001 From: And42 Date: Wed, 19 Aug 2020 20:02:33 +0300 Subject: [PATCH] Pack creator version changed: 1.20.2 > 1.21 --- TerrLauncherPackCreator/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TerrLauncherPackCreator/Properties/AssemblyInfo.cs b/TerrLauncherPackCreator/Properties/AssemblyInfo.cs index 8e4b092..c9763f7 100644 --- a/TerrLauncherPackCreator/Properties/AssemblyInfo.cs +++ b/TerrLauncherPackCreator/Properties/AssemblyInfo.cs @@ -50,7 +50,7 @@ // 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.20.2.0")] -[assembly: AssemblyFileVersion("1.20.2.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] [assembly: NeutralResourcesLanguage("en")]