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 27, 2023
1 parent 3a753f0 commit 3709b29
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 @@ -4,7 +4,7 @@

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

Expand Down

0 comments on commit 3709b29

Please sign in to comment.