Skip to content

Commit

Permalink
[ci-skip] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 23, 2024
1 parent 13d3edf commit efff2c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### Changes:
- Bumped to 1.21.1
- Bumped nbt-api
- Bumped to 1.21.1.
- Bumped nbt-api.
- Cleaned up a bit of the internals.
- Optimized a few little bits of the plugin including some questionable ItemMeta calls.
- Removed reliance on nbt-api.

### Fixed:
- Fixed a few issues with broken bits of code that were commented.
- Fixed issue with the location for boom not being correct.
- Fixed the lore in blacksmith for the cost
- Fixed the lore in blacksmith for the cost.

### Removed:
- NoCheatPlus support as it's not hosted anywhere.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

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

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "2.4.2"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "2.5"

val isSnapshot = false

Expand Down

0 comments on commit efff2c8

Please sign in to comment.