Skip to content

Commit

Permalink
Bump to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Feb 10, 2025
1 parent 4ece10f commit 0f780dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rootProject.group = "com.badbones69.crazycrates"

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.6.0"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.6.1"
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Added `-s` as an option for /crazycrates give|give-random|giveall
- Slight performance increase when checking physical keys
- `fusion.yml` rather than `config.yml` defines what custom items plugin to use now.
- Fixed issue with furniture plugins due to a pesky boolean.

0 comments on commit 0f780dd

Please sign in to comment.