Skip to content

Commit

Permalink
Revert version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Aug 9, 2019
1 parent d2ce570 commit 63a70fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/X.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class X extends javax.swing.JFrame {
* serialVersionUID generated by Eclipse
*/
private static final long serialVersionUID = 6180786189305572480L;
public static final Version VERSION = new Version(1,0);
public static final Version VERSION = new Version(0,9);

private static X instance;
public static final Font BUTTON_FONT = getStandardFont().deriveFont(22f);
Expand Down

0 comments on commit 63a70fb

Please sign in to comment.