diff --git a/GameData/TweakScale/TweakScale.version b/GameData/TweakScale/TweakScale.version index 33b3e63b..933b4979 100644 --- a/GameData/TweakScale/TweakScale.version +++ b/GameData/TweakScale/TweakScale.version @@ -10,8 +10,8 @@ "VERSION":{ "MAJOR":2, "MINOR":2, - "PATCH":11, - "BUILD":4 + "PATCH":12, + "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, diff --git a/GameData/TweakScale/plugins/Scale.dll b/GameData/TweakScale/plugins/Scale.dll index d32513f3..ce66b843 100644 Binary files a/GameData/TweakScale/plugins/Scale.dll and b/GameData/TweakScale/plugins/Scale.dll differ diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 04572bd3..d6a889e6 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("2.2.11.4")] -[assembly: AssemblyFileVersion("2.2.11.4")] +[assembly: AssemblyVersion("2.2.12.0")] +[assembly: AssemblyFileVersion("2.2.12.0")]