Skip to content

Commit

Permalink
[!] Increased Pane Width size
Browse files Browse the repository at this point in the history
  • Loading branch information
synnkfps committed Nov 4, 2021
1 parent 13bf40d commit e67adec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.caching=true

#Project things
project_Group = me.grax
project_Version = 1.1.0
project_Version = 1.1.1
project_BaseName = JByteCustom
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.0";
public final static String version = "1.1.1";
private static final String jbytemod = "JByteCustom v" + version;

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

0 comments on commit e67adec

Please sign in to comment.