Skip to content

Commit c952b59

Browse files
committed
bump version
version bump for all platforms getting a rebuild from the downgraded JSON library, just in case they get affected like Android did
1 parent e93767c commit c952b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperialCommander2/Assets/Scripts/GameCore/DataStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public static class DataStore
1010
{
11-
public static readonly string appVersion = "v.2.2.11";
11+
public static readonly string appVersion = "v.2.2.12";
1212
public static readonly string[] languageCodeList = { "En", "De", "Es", "Fr", "Pl", "It", "Hu", "No", "Ru", "Nl", "Pt" };
1313

1414
public static Mission mission;

0 commit comments

Comments
 (0)