[ANY] 5.0.6 Stable

This commit is contained in:
Gravit 2019-08-22 11:36:28 +07:00
parent 6a22542aeb
commit 3e003780c7
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ public final class Version {
public final Type release;
public static final int MAJOR = 5;
public static final int MINOR = 0;
public static final int PATCH = 5;
public static final int PATCH = 6;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Version.Type.STABLE;

View file

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