Skip to content

Commit

Permalink
Bump version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed May 14, 2024
1 parent a60b32d commit ae12a71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Skyblock Mod 1.10.3 for 1.20.6

Fix waypoints crashing when entering some invalid numbers as coordinates.


## Skyblock Mod 1.10.2 for 1.20.5

Support for 1.20.5
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@ publishMods {
projectSlug = "skyblockmod" // Required for discord webhook
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
minecraftVersions.add("1.20.5")
minecraftVersions.add("1.20.6")
requires("fabric-api")
}
modrinth {
projectId = "GTIrlvJk"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions.add("1.20.5")
minecraftVersions.add("1.20.6")
}
github {
repository = "kevinthegreat1/SkyblockMod-Fabric"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ org.gradle.jvmargs = -Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version = 1.20.5
yarn_mappings = 1.20.5+build.1
loader_version = 0.15.10
minecraft_version = 1.20.6
yarn_mappings = 1.20.6+build.1
loader_version = 0.15.11

# Mod Properties
mod_version = 1.10.2
mod_version = 1.10.3
maven_group = com.kevinthegreat.skyblockmod
archives_base_name = skyblock-mod

# Dependencies
fabric_version = 0.97.8+1.20.5
fabric_version = 0.98.0+1.20.6
modmenu_version = 10.0.0-beta.1
skyblocker_version = v1.20.2+1.20.4
skyblocker_version = 1.20.3-beta.2+1.20.6
jgit_version = 6.8.0.202311291450-r
## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
commons_math_version = 3.6.1

0 comments on commit ae12a71

Please sign in to comment.