Skip to content

Commit c37a48b

Browse files
committedNov 5, 2021
[!] INSANE RPC IMPROVEMENT
[+] Added "Change RPC" Option to File tab. [+] You Can now change your RPC state text.
1 parent 0aaed4d commit c37a48b

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.2 b2
7+
project_Version = 1.1.3
88
project_BaseName = JByteCustom

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import java.util.LinkedHashMap;
5151

5252
public class JByteMod extends JFrame {
53-
public final static String version = "1.1.2 b2";
53+
public final static String version = "1.1.3";
5454
private static final String jbytemod = "JByteCustom v" + version;
5555

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

0 commit comments

Comments
 (0)