Compare commits

..

1 commit

Author SHA1 Message Date
Metall
c217f1fbe9
Merge 05530b6664 into 834fbab12b 2025-04-05 04:48:01 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
public static final int MINOR = 6; public static final int MINOR = 6;
public static final int PATCH = 11; public static final int PATCH = 11;
public static final int BUILD = 1; public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE; public static final Version.Type RELEASE = Type.DEV;
public final int major; public final int major;
public final int minor; public final int minor;
public final int patch; public final int patch;

View file

@ -5,7 +5,7 @@
id 'org.openjfx.javafxplugin' version '0.1.0' apply false id 'org.openjfx.javafxplugin' version '0.1.0' apply false
} }
group = 'pro.gravit.launcher' group = 'pro.gravit.launcher'
version = '5.6.11' version = '5.6.10'
apply from: 'props.gradle' apply from: 'props.gradle'

View file

@ -1,6 +1,6 @@
project.ext { project.ext {
verAsm = '9.7.1' verAsm = '9.7.1'
verNetty = '4.2.0.Final' verNetty = '4.2.0.RC4'
verOshiCore = '6.8.0' verOshiCore = '6.8.0'
verJunit = '5.11.4' verJunit = '5.11.4'
verJansi = '2.4.1' verJansi = '2.4.1'
@ -11,7 +11,7 @@
verSlf4j = '2.0.17' verSlf4j = '2.0.17'
verLog4j = '2.24.3' verLog4j = '2.24.3'
verMySQLConn = '9.2.0' verMySQLConn = '9.2.0'
verMariaDBConn = '3.5.3' verMariaDBConn = '3.5.1'
verPostgreSQLConn = '42.7.5' verPostgreSQLConn = '42.7.5'
verH2Conn = '2.3.232' verH2Conn = '2.3.232'
verProguard = '7.7.0' verProguard = '7.7.0'