mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Merge tag 'v5.1.3' into dev
v5.1.3 stable
This commit is contained in:
commit
43a43ec30d
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ public final class Version {
|
|||
public static final int MINOR = 1;
|
||||
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 Version(int major, int minor, int patch) {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id 'org.openjfx.javafxplugin' version '0.0.7' apply false
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.1.3-SNAPSHOT'
|
||||
version = '5.1.3'
|
||||
|
||||
apply from: 'props.gradle'
|
||||
|
||||
|
|
Loading…
Reference in a new issue