mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] 5.5.0 stable
This commit is contained in:
parent
0241a4d887
commit
b45618c0da
4 changed files with 4 additions and 4 deletions
|
@ -75,5 +75,5 @@ implementation project(':LauncherAPI')
|
|||
|
||||
|
||||
signing {
|
||||
sign publishing.publications.launcherclientapi
|
||||
sign publishing.publications.launcherclientstarter
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
|
|||
public static final int MINOR = 5;
|
||||
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.STABLE;
|
||||
public final int major;
|
||||
public final int minor;
|
||||
public final int patch;
|
||||
|
|
|
@ -76,5 +76,5 @@ implementation project(':LauncherClient')
|
|||
|
||||
|
||||
signing {
|
||||
sign publishing.publications.launcherclientapi
|
||||
sign publishing.publications.launcherclientstart
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id 'org.openjfx.javafxplugin' version '0.0.10' apply false
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.5.0-SNAPSHOT'
|
||||
version = '5.5.0'
|
||||
|
||||
apply from: 'props.gradle'
|
||||
|
||||
|
|
Loading…
Reference in a new issue