We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec78991 commit 1069438Copy full SHA for 1069438
gradle.properties
@@ -4,5 +4,5 @@ org.gradle.caching=true
4
5
#Project things
6
project_Group = me.grax
7
-project_Version = 1.1.4
+project_Version = 1.1.5
8
project_BaseName = JByteCustom
src/main/java/me/grax/jbytemod/JByteMod.java
@@ -53,7 +53,7 @@
53
import java.util.LinkedHashMap;
54
55
public class JByteMod extends JFrame {
56
- public final static String version = "1.1.4";
+ public final static String version = "1.1.5";
57
private static final String jbytemod = "JByteCustom v" + version;
58
59
public static File workingDir = new File(".");
0 commit comments