From dd200826f5d82531ab2dbdaefd1fac17cef01c1e Mon Sep 17 00:00:00 2001 From: ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> Date: Sat, 9 Dec 2023 03:18:28 -0500 Subject: [PATCH] Bump version --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 + .github/docs/CONTRIBUTING.md | 6 +++--- gradle.properties | 2 +- src/main/resources/data.json | 12 ++++++------ 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5383bc13e3..28d10be51c 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -29,6 +29,7 @@ body: label: SBA Version multiple: false options: + - 1.7.3 - 1.7.2 - 1.7.1 - 1.7.0 diff --git a/.github/docs/CONTRIBUTING.md b/.github/docs/CONTRIBUTING.md index f14b96f305..188e164f0d 100644 --- a/.github/docs/CONTRIBUTING.md +++ b/.github/docs/CONTRIBUTING.md @@ -60,9 +60,9 @@ git checkout -b development --track origin/development > so the access transformers are applied to the source code! > > The build process produces three artifacts: - > - SkyblockAddons-1.7.2.jar (mod code and resources) - > - SkyblockAddons-1.7.2-all.jar (above + shaded libraries) - > - SkyblockAddons-1.7.2-for-MC-1.8.9.jar (above + remapped for obfuscated environment) + > - SkyblockAddons-1.7.3.jar (mod code and resources) + > - SkyblockAddons-1.7.3-all.jar (above + shaded libraries) + > - SkyblockAddons-1.7.3-for-MC-1.8.9.jar (above + remapped for obfuscated environment) > 2. (Optional) Run the **Minecraft Forge** client - Using IntelliJ IDEA diff --git a/gradle.properties b/gradle.properties index 88576f0898..f882ffb6b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # SkyblockAddons Properties -version=1.7.2 +version=1.7.3 # Set by CI buildNumber=0 acceptedMinecraftVersions=[1.8.9] diff --git a/src/main/resources/data.json b/src/main/resources/data.json index b0052482aa..1e0ca77fd9 100644 --- a/src/main/resources/data.json +++ b/src/main/resources/data.json @@ -2,15 +2,15 @@ "bannerImageURL": null, "bannerLink": null, - "latestVersion": "1.7.2", + "latestVersion": "1.7.3", "latestBeta": "1.7.0-beta.3", - "videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2", - "directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2/SkyblockAddons-1.7.2-for-MC-1.8.9.jar", + "videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3", + "directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3/SkyblockAddons-1.7.3-for-MC-1.8.9.jar", "updateInfo": { - "latestRelease": "1.7.2", - "releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2/SkyblockAddons-1.7.2-for-MC-1.8.9.jar", - "releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2", + "latestRelease": "1.7.3", + "releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3/SkyblockAddons-1.7.3-for-MC-1.8.9.jar", + "releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3", "releaseShowcase": "", "latestBeta": "1.7.0-beta.3", "betaDownload": "https://discord.gg/zWyr3f5GXz",