Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenEXP committed Oct 16, 2017
1 parent 9bcb933 commit 0d33504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/wearedevs/someclicker/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Main extends JFrame {
public static CheaterPanel cheaterPanel;
public static ExtrasPanel extrasPanel;

public static final String VERSION = "Beta 5.1";
public static final String VERSION = "Beta 5.2";
public static final int VERSION_NUM = 2;

public static final Rectangle windowSize = new Rectangle(100, 100, 640, 480);
Expand Down

0 comments on commit 0d33504

Please sign in to comment.