Skip to content

Commit

Permalink
Update AppInfo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX authored Jul 24, 2024
1 parent 5830cdc commit a586f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xxAROX/PresenceMan/Application/AppInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.StringJoiner;

public final class AppInfo {
public final static int[] version = new int[]{ 1,3,1 };
public final static int[] version = new int[]{ 1,3,1,12 };
public final static String name = "Presence-Man";
public static String icon = "icon.png";
public static long discord_application_id = 1133823892486623344L;
Expand Down

0 comments on commit a586f9a

Please sign in to comment.