Compare commits

..

No commits in common. "24d625fd16614454137ea1acd8b978d3c457900f" and "4a538cde6190a26cfc9437b1542c2671c4e8f74e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ public final class Version implements Comparable<Version> {
public static final int MAJOR = 5; public static final int MAJOR = 5;
public static final int MINOR = 4; public static final int MINOR = 4;
public static final int PATCH = 2; public static final int PATCH = 1;
public static final int BUILD = 1; public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE; public static final Version.Type RELEASE = Type.STABLE;
public final int major; public final int major;

View file

@ -5,7 +5,7 @@
id 'org.openjfx.javafxplugin' version '0.0.10' apply false id 'org.openjfx.javafxplugin' version '0.0.10' apply false
} }
group = 'pro.gravit.launcher' group = 'pro.gravit.launcher'
version = '5.4.2' version = '5.4.1'
apply from: 'props.gradle' apply from: 'props.gradle'