Skip to content

Commit

Permalink
change: Bump for release 1.8.0
Browse files Browse the repository at this point in the history
This version is compatible with `1.21.1` to `1.21.3` officially.
  • Loading branch information
FlashyReese committed Nov 17, 2024
1 parent 37b0a82 commit 69b5d63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ plugins {
}

val MINECRAFT_VERSION by extra { "1.21.3" }
val NEOFORGE_VERSION by extra { "21.3.3-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.7" }
val FABRIC_API_VERSION by extra { "0.106.1+1.21.3" }
val NEOFORGE_VERSION by extra { "21.3.31-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.9" }
val FABRIC_API_VERSION by extra { "0.108.0+1.21.3" }

// This value can be set to null to disable Parchment.
val PARCHMENT_VERSION by extra { null }

// https://semver.org/
val MAVEN_GROUP by extra { "me.flashyreese.mods" }
val ARCHIVE_NAME by extra { "reeses-sodium-options" }
val MOD_VERSION by extra { "1.8.0-beta.5" }
val SODIUM_VERSION by extra { "mc1.21.2-0.6.0-beta.3" }
val MOD_VERSION by extra { "1.8.0" }
val SODIUM_VERSION by extra { "mc1.21.3-0.6.0" }

allprojects {
apply(plugin = "java")
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}
},
"depends": {
"minecraft": ">=1.21",
"sodium": ">=0.6.0-beta.3"
"minecraft": ">=1.21.1",
"sodium": ">=0.6.0"
},
"breaks": {
"iris": "<1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ side = "CLIENT"
[[dependencies.reeses_sodium_options]]
modId = "sodium"
type = "required"
versionRange = "[0.6.0-beta.3,0.6.0)"
versionRange = "[0.6.0,0.6.0)"
ordering = "NONE"
side = "CLIENT"

Expand Down

0 comments on commit 69b5d63

Please sign in to comment.