[ANY] 5.0.12 LTS

This commit is contained in:
Gravit 2020-06-24 11:15:38 +07:00
parent f9744d98ca
commit a1eec514bd
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 3 additions and 3 deletions

View file

@ -22,9 +22,9 @@ 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 = 11;
public static final int PATCH = 12;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.BETA;
public static final Version.Type RELEASE = Type.LTS;
@LauncherAPI
public Version(int major, int minor, int patch) {

View file

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