mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-07-09 17:22:50 +03:00
Compare commits
1 commit
a6b9023f98
...
c217f1fbe9
Author | SHA1 | Date | |
---|---|---|---|
|
c217f1fbe9 |
3 changed files with 4 additions and 4 deletions
|
@ -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.STABLE;
|
||||
public static final Version.Type RELEASE = Type.DEV;
|
||||
public final int major;
|
||||
public final int minor;
|
||||
public final int patch;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id 'org.openjfx.javafxplugin' version '0.1.0' apply false
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.6.11'
|
||||
version = '5.6.10'
|
||||
|
||||
apply from: 'props.gradle'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project.ext {
|
||||
verAsm = '9.7.1'
|
||||
verNetty = '4.2.0.Final'
|
||||
verNetty = '4.2.0.RC4'
|
||||
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.3'
|
||||
verMariaDBConn = '3.5.1'
|
||||
verPostgreSQLConn = '42.7.5'
|
||||
verH2Conn = '2.3.232'
|
||||
verProguard = '7.7.0'
|
||||
|
|
Loading…
Reference in a new issue