Skip to content

Commit

Permalink
change: Bump to 1.8.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Dec 25, 2024
1 parent 3d41eea commit b011d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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.1" }
val SODIUM_VERSION by extra { "mc1.21.4-0.6.2" }
val MOD_VERSION by extra { "1.8.2" }
val SODIUM_VERSION by extra { "mc1.21.4-0.6.5" }

allprojects {
apply(plugin = "java")
Expand Down

0 comments on commit b011d64

Please sign in to comment.