Compare commits

..

No commits in common. "1ffd36fc82e11a136f574e5b903bdb5317eaed97" and "d30f0b900b24d4ad33a75b262c7c23d1dcd2afcc" 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 = 3; public static final int MINOR = 3;
public static final int PATCH = 5; public static final int PATCH = 4;
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.3.5' version = '5.3.4'
apply from: 'props.gradle' apply from: 'props.gradle'