We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58b641 commit 1345595Copy full SHA for 1345595
src/main/java/me/grax/jbytemod/JByteMod.java
@@ -50,7 +50,7 @@
50
import java.util.LinkedHashMap;
51
52
public class JByteMod extends JFrame {
53
- public final static String version = "1.1.3";
+ public final static String version = "1.1.4";
54
private static final String jbytemod = "JByteCustom v" + version;
55
56
public static File workingDir = new File(".");
0 commit comments