Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Mar 6, 2024
1 parent 2e5b558 commit 7a82e58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Additions:
* Added the ability to override the menu button functionality to use your own menu through DeluxeMenus and nay other gui plugin.
* Added the ability to override the menu button functionality to use your own menu through DeluxeMenus and any other gui plugin.
* The config options have been automatically added to your config.yml and default to false, They can be found where you edit what the menu button looks like.

## Enhancements:
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/root-plugin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ repositories {
}

// The commit id for the "main" branch prior to merging a pull request.
val start = "e888a19"
val start = "b1b0f99"

// The commit id BEFORE merging the pull request so before "Merge pull request #30"
val end = "f78f454"
val end = "2e5b558"

val commitLog = getGitHistory().joinToString(separator = "") { formatGitLog(it) }

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 = 1.21
version = 1.22
apiVersion = 1.20

mcVersion = 1.20.4
Expand Down
2 changes: 1 addition & 1 deletion paper/run/server.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Minecraft server properties
#Mon Mar 04 09:16:31 EST 2024
#Tue Mar 05 21:13:54 EST 2024
enable-jmx-monitoring=false
rcon.port=25575
level-seed=
Expand Down

0 comments on commit 7a82e58

Please sign in to comment.