Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jun 14, 2020
1 parent 022a72d commit 9d8b4ca
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 @@ -46,7 +46,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(0,9);
public static final Version VERSION = new Version(1,0);

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

0 comments on commit 9d8b4ca

Please sign in to comment.