[ANY] 5.3.2 release

This commit is contained in:
Gravita 2022-12-09 14:02:13 +07:00
parent cc8250d6cf
commit 7c7952545e
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 = 3;
public static final int PATCH = 2;
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.0.10' apply false
}
group = 'pro.gravit.launcher'
version = '5.3.1'
version = '5.3.2'
apply from: 'props.gradle'