Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikePlayingGames committed Dec 9, 2023
1 parent 7b45d7b commit dd20082
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ body:
label: SBA Version
multiple: false
options:
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
Expand Down
6 changes: 3 additions & 3 deletions .github/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd20082

Please sign in to comment.