[ANY] 5.2.0 stable

This commit is contained in:
Gravita 2021-08-10 04:50:05 +07:00
parent b7621ef760
commit 21e92cffc6
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 = 2;
public static final int PATCH = 0;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.BETA;
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.0.8' apply false
}
group = 'pro.gravit.launcher'
version = '5.2.0-SNAPSHOT'
version = '5.2.0'
apply from: 'props.gradle'