diff --git a/README.md b/README.md index 45f7573..78e4e76 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ And if you find any bugs feel free to report them (spelling mistakes included :3 ## Downloads _Requires Java 8 or higher_ -- [Windows executable](https://github.com/RoanH/osuSkinChecker/releases/download/v3.0/SkinChecker-v3.0.exe)
-- [Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v3.0/SkinChecker-v3.0.jar) +- [Windows executable](https://github.com/RoanH/osuSkinChecker/releases/download/v3.1/SkinChecker-v3.1.exe)
+- [Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v3.1/SkinChecker-v3.1.jar) All releases: [releases](https://github.com/RoanH/osuSkinChecker/releases)
GitHub repository: [repository](https://github.com/RoanH/osuSkinChecker)
diff --git a/osuSkinChecker/build.gradle b/osuSkinChecker/build.gradle index 9ef58d3..53f3a27 100644 --- a/osuSkinChecker/build.gradle +++ b/osuSkinChecker/build.gradle @@ -23,7 +23,7 @@ javadoc{ compileJava.options.encoding = 'UTF-8' sourceCompatibility = 1.8 -version = 'v3.0'//Don't forget SkinChecker.java +version = 'v3.1'//Don't forget SkinChecker.java shadowJar.archiveName = 'SkinChecker-' + project.version + '.jar' repositories{ diff --git a/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java b/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java index 4f716a1..28b43ba 100644 --- a/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java +++ b/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java @@ -397,7 +397,7 @@ public static void buildGUI(){ links.add(wiki); JPanel info = new JPanel(new GridLayout(2, 1)); - info.add(Util.getVersionLabel("osuSkinChecker", "v3.0"));//XXX the version number - don't forget build.gradle + info.add(Util.getVersionLabel("osuSkinChecker", "v3.1"));//XXX the version number - don't forget build.gradle JPanel linksProgram = new JPanel(new GridLayout(1, 2, -2, 0)); JLabel forum = new JLabel("Forums -", SwingConstants.RIGHT); JLabel git = new JLabel("- GitHub", SwingConstants.LEFT);