Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 17, 2024
1 parent 5d0fd87 commit cee8299
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Please read the previous changelog https://modrinth.com/plugin/crazycrates/version/2.0

## Fixes:
* Fixed an issue where setting crate type menu tried to create a hologram.
* Fixed a placeholder issue in commands like /key by using the right config path
* Fixed the `examples` folder not generating

## Pull Requests Merged:
* https://github.com/Crazy-Crew/CrazyCrates/pull/692 -> Adds null safety to the key name if not found in config.

## Other:
* [Feature Requests](https://github.com/Crazy-Crew/CrazyCrates/discussions/categories/features)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ issues = https://github.com/Crazy-Crew/CrazyCrates/issues

group = com.badbones69.crazycrates
description = Add unlimited crates to your server with 10 different crate types to choose from!
version = 2.0.1
version = 2.0.2
apiVersion = 1.20

mcVersion = 1.20.4
Expand Down

0 comments on commit cee8299

Please sign in to comment.