Changed version number in teavm launcher as well

This commit is contained in:
2025-06-03 21:10:06 +03:00
parent e95b9f54c9
commit b5ed888b36

View File

@@ -40,7 +40,7 @@ public class TeaVMLauncher {
}
private static void initializeServices() {
Game.version = "3.0.2";
Game.version = "3.1.0";
Game.versionCode = 833;
}
}