Compare commits

..

5 commits

Author SHA1 Message Date
Metall
a6b9023f98
Merge 05530b6664 into 18419fcd3a 2025-04-24 02:41:55 +03:00
Gravita
18419fcd3a [ANY] Update dependencies 2025-04-20 14:09:12 +07:00
Gravita
73804a555e Merge tag 'v5.6.11' into dev
5.6.11 stable
2025-04-05 10:03:51 +07:00
Gravita
b16281e04a Merge branch 'release/5.6.11' 2025-04-05 10:03:36 +07:00
Gravita
06f0bc873a [ANY] 5.6.11 stable 2025-04-05 10:00:34 +07: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 PATCH = 11;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.DEV;
public static final Version.Type RELEASE = Type.STABLE;
public final int major;
public final int minor;
public final int patch;

View file

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

View file

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