Skip to content

Commit 1069438

Browse files
committed
Overall Changes
- Changed Toolbox Icons - Changed Theme to FlatLaf - Improved Memory Usage - Optimized Stuff
1 parent ec78991 commit 1069438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ org.gradle.caching=true
44

55
#Project things
66
project_Group = me.grax
7-
project_Version = 1.1.4
7+
project_Version = 1.1.5
88
project_BaseName = JByteCustom

src/main/java/me/grax/jbytemod/JByteMod.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
import java.util.LinkedHashMap;
5454

5555
public class JByteMod extends JFrame {
56-
public final static String version = "1.1.4";
56+
public final static String version = "1.1.5";
5757
private static final String jbytemod = "JByteCustom v" + version;
5858

5959
public static File workingDir = new File(".");

0 commit comments

Comments
 (0)