Compare commits

..

1 commit

Author SHA1 Message Date
Antoni
5f801a1bc0
Merge 0e1691ee4c into 834fbab12b 2025-04-03 18:46:13 +03:00
2 changed files with 2 additions and 2 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.STABLE;
public static final Version.Type RELEASE = Type.DEV;
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.11'
version = '5.6.10'
apply from: 'props.gradle'