Update teavm launcher version

This commit is contained in:
2025-10-05 15:10:15 +03:00
parent 09c6a5fa0b
commit 09ca58e03e
2 changed files with 3 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ allprojects {
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' } maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
} }
} }

View File

@@ -40,7 +40,7 @@ public class TeaVMLauncher {
} }
private static void initializeServices() { private static void initializeServices() {
Game.version = "3.2.4"; Game.version = "3.2.5";
Game.versionCode = 875; Game.versionCode = 877;
} }
} }