Merge tag 'v5.1.0' into dev

v5.1.0 Beta
This commit is contained in:
Gravit 2020-02-21 11:32:44 +07:00
commit 8fa98f362e
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 = 0;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.DEV;
public static final Version.Type RELEASE = Type.BETA;
public Version(int major, int minor, int patch) {

View file

@ -4,7 +4,7 @@
id 'signing'
}
group = 'pro.gravit.launcher'
version = '5.1.0-SNAPSHOT'
version = '5.1.0'
configure(subprojects.findAll { it.name != 'modules' }) {
apply plugin: 'idea'