Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jun 28, 2017
1 parent 3fba3a4 commit 7431c31
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 @@ -731,7 +731,7 @@ public Component getListCellRendererComponent(JList<?> list, Object value, int i
}
});
String version = checkVersion();//XXX the version number
JLabel ver = new JLabel("<html><center><i>Version: v6.3, latest version: " + (version == null ? "unknown :(" : version) + "<br>"
JLabel ver = new JLabel("<html><center><i>Version: v6.4, latest version: " + (version == null ? "unknown :(" : version) + "<br>"
+ "<u><font color=blue> https://osu.ppy.sh/community/forums/topics/552405 </font></u></i></center></html>", SwingConstants.CENTER);
ver.addMouseListener(new MouseListener(){

Expand Down

0 comments on commit 7431c31

Please sign in to comment.