Skip to content

Commit

Permalink
bump version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 23, 2024
1 parent 501cd0a commit 5e5a72f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GameData/999_Scale_Redist.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":3,
"MINOR":2,
"PATCH":2
"PATCH":3
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
2 changes: 1 addition & 1 deletion GameData/TSSafetyNet/TweakScaleSafetyNet.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":3,
"MINOR":2,
"PATCH":2
"PATCH":3
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
2 changes: 1 addition & 1 deletion GameData/TweakScale/TweakScale.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":3,
"MINOR":2,
"PATCH":2
"PATCH":3
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static partial class VersionInfo
{
public const int MAJOR = 3;
public const int MINOR = 2;
public const int REVISION = 2;
public const string STRING = "3.2.2";
public const int REVISION = 3;
public const string STRING = "3.2.3";
}
}

0 comments on commit 5e5a72f

Please sign in to comment.