Compare commits

...

3 commits

Author SHA1 Message Date
Gravita
5ebeaf8e6c Merge tag 'v5.6.15' into dev
5.6.15 stable release
2025-05-25 12:29:14 +07:00
Gravita
c76aae76a5 Merge branch 'release/5.6.15' 2025-05-25 12:28:59 +07:00
Gravita
261e16cecb [ANY] 5.6.15 stable 2025-05-25 12:19:02 +07:00
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ public final class Version implements Comparable<Version> {
public static final int MAJOR = 5;
public static final int MINOR = 6;
public static final int PATCH = 14;
public static final int PATCH = 15;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE;
public final int major;

View file

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