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
+1 -1
View File
@@ -38,4 +38,4 @@ allprojects {
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
}
}
+2 -2
View File
@@ -40,7 +40,7 @@ public class TeaVMLauncher {
}
private static void initializeServices() {
Game.version = "3.2.4";
Game.versionCode = 875;
Game.version = "3.2.5";
Game.versionCode = 877;
}
}