Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Aug 16, 2017
1 parent 765a810 commit 8529fdf
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 @@ -741,7 +741,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.5, latest version: " + (version == null ? "unknown :(" : version) + "<br>"
JLabel ver = new JLabel("<html><center><i>Version: v6.6, 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 8529fdf

Please sign in to comment.