Skip to content

Commit

Permalink
add 3.6.1 to history.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 11, 2024
1 parent dda3ae6 commit 24160bf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
## Update History
Date format: (YYYY-MM-DD)

<details>
<summary>v3.6.1 (1.21.1) - 2024-08-10</summary>

### Added:
- Bumped minecraft version to 1.21.1
- You should update to 1.21.1 as soon as possible, there is no changes to prevent any plugins from being used on 1.21.1
- This version is a minor version fixing bugs, it's plug and play.

### Changes:
- Properly relocate the command framework
- CsgoCrate now when the task is finished, sets an item below and above the prize you won.
- In the future, this will be configurable. I just don't know what to call it.
- Updated permission description
- Updated exclude.give-all to default to FALSE, [#774](https://github.com/Crazy-Crew/CrazyCrates/pull/774)
- Bumped CMI dependencies

### Fixed:
- Typo in config options
- Adventure api issue [#770](https://github.com/Crazy-Crew/CrazyCrates/pull/770)
- CsgoCrate was missing 2 glass panes [#772](https://github.com/Crazy-Crew/CrazyCrates/pull/772)
- CsgoCrate was not animating the glass panes

</details>

<details>
<summary>v3.6 (1.21) - 2024-07-30</summary>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

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

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

val isSnapshot = false

Expand Down

0 comments on commit 24160bf

Please sign in to comment.