Merge tag 'v5.4.3' into dev

5.4.3 stable
This commit is contained in:
Gravita 2023-07-16 14:33:42 +07:00
commit 60f742b3ef
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
public static final int MINOR = 4;
public static final int PATCH = 3;
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.4.3-SNAPSHOT'
version = '5.4.3'
apply from: 'props.gradle'

@ -1 +1 @@
Subproject commit c6586b7bbd9d9570c9a802738bd56078da901060
Subproject commit d20723ae0e41c7580560a4f9f402699dbce2ae4c