diff --git a/gradle.properties b/gradle.properties index 0a48d64a2d..88576f0898 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # SkyblockAddons Properties -version=1.7.1 +version=1.7.2 # Set by CI buildNumber=0 acceptedMinecraftVersions=[1.8.9] diff --git a/src/main/resources/data.json b/src/main/resources/data.json index eb7454f843..b0052482aa 100644 --- a/src/main/resources/data.json +++ b/src/main/resources/data.json @@ -2,15 +2,15 @@ "bannerImageURL": null, "bannerLink": null, - "latestVersion": "1.7.1", + "latestVersion": "1.7.2", "latestBeta": "1.7.0-beta.3", - "videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.1", - "directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.1/SkyblockAddons-1.7.1-for-MC-1.8.9.jar", + "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", "updateInfo": { - "latestRelease": "1.7.1", - "releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.1/SkyblockAddons-1.7.1-for-MC-1.8.9.jar", - "releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.1", + "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", "releaseShowcase": "", "latestBeta": "1.7.0-beta.3", "betaDownload": "https://discord.gg/zWyr3f5GXz",