We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcafe8 commit 2291752Copy full SHA for 2291752
src/EaterEmulator.java
@@ -8,7 +8,7 @@
8
import javax.swing.*;
9
10
public class EaterEmulator extends JFrame implements ActionListener {
11
- public static String versionString = "2.5";
+ public static String versionString = "2.6";
12
public static boolean debug = false;
13
14
//Swing Things
0 commit comments