Skip to content

Commit dd20082

Browse files
Bump version
1 parent 7b45d7b commit dd20082

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body:
2929
label: SBA Version
3030
multiple: false
3131
options:
32+
- 1.7.3
3233
- 1.7.2
3334
- 1.7.1
3435
- 1.7.0

.github/docs/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ git checkout -b development --track origin/development
6060
> so the access transformers are applied to the source code!
6161
>
6262
> The build process produces three artifacts:
63-
> - SkyblockAddons-1.7.2.jar (mod code and resources)
64-
> - SkyblockAddons-1.7.2-all.jar (above + shaded libraries)
65-
> - SkyblockAddons-1.7.2-for-MC-1.8.9.jar (above + remapped for obfuscated environment)
63+
> - SkyblockAddons-1.7.3.jar (mod code and resources)
64+
> - SkyblockAddons-1.7.3-all.jar (above + shaded libraries)
65+
> - SkyblockAddons-1.7.3-for-MC-1.8.9.jar (above + remapped for obfuscated environment)
6666
>
6767
2. (Optional) Run the **Minecraft Forge** client
6868
- Using IntelliJ IDEA

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
org.gradle.jvmargs=-Xmx2G
44

55
# SkyblockAddons Properties
6-
version=1.7.2
6+
version=1.7.3
77
# Set by CI
88
buildNumber=0
99
acceptedMinecraftVersions=[1.8.9]

src/main/resources/data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"bannerImageURL": null,
33
"bannerLink": null,
44

5-
"latestVersion": "1.7.2",
5+
"latestVersion": "1.7.3",
66
"latestBeta": "1.7.0-beta.3",
7-
"videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2",
8-
"directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2/SkyblockAddons-1.7.2-for-MC-1.8.9.jar",
7+
"videoLink": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3",
8+
"directDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3/SkyblockAddons-1.7.3-for-MC-1.8.9.jar",
99

1010
"updateInfo": {
11-
"latestRelease": "1.7.2",
12-
"releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2/SkyblockAddons-1.7.2-for-MC-1.8.9.jar",
13-
"releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2",
11+
"latestRelease": "1.7.3",
12+
"releaseDownload": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3/SkyblockAddons-1.7.3-for-MC-1.8.9.jar",
13+
"releaseChangelog": "https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3",
1414
"releaseShowcase": "",
1515
"latestBeta": "1.7.0-beta.3",
1616
"betaDownload": "https://discord.gg/zWyr3f5GXz",

0 commit comments

Comments
 (0)