Skip to content

Commit

Permalink
[ci-skip] Bump to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jan 31, 2025
1 parent 01455db commit 70077d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rootProject.description = "Give your players as many rewards as you like in a co

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

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.1.0"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.1.1"
8 changes: 1 addition & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
- Added /crazyvouchers migrate which will migrate old vouchers to the new vouchers
- The permission for the command is `crazyvouchers.migrate`
- Deprecated use of `voucher.admin` and `voucher.redeem`
- They have been replaced by `crazyvouchers.admin` and `crazyvouchers.redeem`
- Old permissions starting with `voucher` will work for the time being.
- Deprecated old /vouchers command, please use /crazyvouchers as /vouchers will be removed in future updates.
- Fixed an issue where dupe protection uuids were applied twice.
- Fixed an issue with dupe protection

0 comments on commit 70077d2

Please sign in to comment.