Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Apr 29, 2018
1 parent 5d295c1 commit 4711017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public void mouseExited(MouseEvent e) {
JPanel lower = new JPanel(new BorderLayout());
lower.add(links, BorderLayout.CENTER);
JPanel version = new JPanel(new GridLayout(2, 1, 0, 4));
version.add(new JLabel("Running version: v1.5"));//XXX version
version.add(new JLabel("Running version: v1.6"));//XXX version
JLabel latest = new JLabel("Latest version: loading...");
new Thread(()->{
String ver = checkVersion();
Expand Down

0 comments on commit 4711017

Please sign in to comment.