Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 6, 2024
1 parent 9b111e6 commit c962990
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GameData/TSSafetyNet/TweakScaleSafetyNet.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"VERSION":{
"MAJOR":3,
"MINOR":1,
"PATCH":4
"MINOR":2,
"PATCH":0
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions GameData/TweakScale/TweakScale-Redist.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"VERSION":{
"MAJOR":3,
"MINOR":1,
"PATCH":4
"MINOR":2,
"PATCH":0
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions GameData/TweakScale/TweakScale.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"VERSION":{
"MAJOR":3,
"MINOR":1,
"PATCH":4
"MINOR":2,
"PATCH":0
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ namespace TweakScale
static partial class VersionInfo
{
public const int MAJOR = 3;
public const int MINOR = 1;
public const int REVISION = 4;
public const string STRING = "3.1.4";
public const int MINOR = 2;
public const int REVISION = 0;
public const string STRING = "3.2.0";
}
}

0 comments on commit c962990

Please sign in to comment.