diff --git a/README.md b/README.md index 7a680d4..45f7573 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/v2.3/SkinChecker-v2.3.exe)
-- [Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v2.3/SkinChecker-v2.3.jar) +- [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) 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 46fe05a..189d29a 100644 --- a/osuSkinChecker/build.gradle +++ b/osuSkinChecker/build.gradle @@ -23,7 +23,7 @@ javadoc{ compileJava.options.encoding = 'UTF-8' sourceCompatibility = 1.8 -version = 'v2.3'//Don't forget SkinChecker.java +version = 'v3.0'//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 c9e7365..ee4fc45 100644 --- a/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java +++ b/osuSkinChecker/src/me/roan/osuskinchecker/SkinChecker.java @@ -391,7 +391,7 @@ public static void buildGUI(){ links.add(wiki); JPanel info = new JPanel(new GridLayout(2, 1)); - info.add(Util.getVersionLabel("osuSkinChecker", "v2.3"));//XXX the version number - don't forget build.gradle + info.add(Util.getVersionLabel("osuSkinChecker", "v3.0"));//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);