Skip to content

Commit

Permalink
Update JByteMod.java
Browse files Browse the repository at this point in the history
  • Loading branch information
synnkfps authored Jul 5, 2022
1 parent c58b641 commit 1345595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/grax/jbytemod/JByteMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import java.util.LinkedHashMap;

public class JByteMod extends JFrame {
public final static String version = "1.1.3";
public final static String version = "1.1.4";
private static final String jbytemod = "JByteCustom v" + version;

public static File workingDir = new File(".");
Expand Down

0 comments on commit 1345595

Please sign in to comment.