Merge tag 'v5.4.0' into dev

5.4.0 stable
This commit is contained in:
Gravita 2023-04-28 20:42:21 +07:00
commit 73d8a037d5
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"features": ["profiles-rework"],
"features": [],
"info": []
}

View file

@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
public static final int MINOR = 4;
public static final int PATCH = 0;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.EXPERIMENTAL;
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.4.0-SNAPSHOT'
version = '5.4.0'
apply from: 'props.gradle'