Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Apr 16, 2017
1 parent d195242 commit 21f4064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeysPerSecond/src/me/roan/kps/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public Component getListCellRendererComponent(JList<?> list, Object value, int i
save.setEnabled(true);
});
String version = checkVersion();//XXX the version number
JLabel ver = new JLabel("<html><center><i>Version: v5.2, latest version: " + (version == null ? "unknown :(" : version) + "<br>"
JLabel ver = new JLabel("<html><center><i>Version: v5.3, latest version: " + (version == null ? "unknown :(" : version) + "<br>"
+ "<u><font color=blue>https://osu.ppy.sh/forum/t/552405</font></u></i></center></html>", SwingConstants.CENTER);
ver.addMouseListener(new MouseListener(){

Expand Down

0 comments on commit 21f4064

Please sign in to comment.