Merge tag 'v5.1.3' into dev

v5.1.3 stable
This commit is contained in:
Gravit 2020-04-04 20:54:58 +07:00
commit 43a43ec30d
No known key found for this signature in database
GPG Key ID: 061981E1E85D3216
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -5,7 +5,7 @@ plugins {
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'