Skip to content

Commit

Permalink
chore(release): 11.7.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [11.7.0-beta.1](v11.6.0...v11.7.0-beta.1) (2023-09-10)

### Features

* **build.gradle:** Add shadow configuration for project dependencies ([38bab9f](38bab9f))
* **scheduler:** Add methods to create delayed, repeating tasks for specific world/chunk and location ([21baa8a](21baa8a))
  • Loading branch information
semantic-release-bot committed Sep 10, 2023
1 parent 7327e54 commit facdf8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [11.7.0-beta.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.6.0...v11.7.0-beta.1) (2023-09-10)


### Features

* **build.gradle:** Add shadow configuration for project dependencies ([38bab9f](https://github.com/GeorgeV220/MartexLibrary/commit/38bab9fba81cce195915c99b641358d347790a60))
* **scheduler:** Add methods to create delayed, repeating tasks for specific world/chunk and location ([21baa8a](https://github.com/GeorgeV220/MartexLibrary/commit/21baa8a333a9e0c2c019c8a06341f1152115d1f6))

# [11.6.0](https://github.com/GeorgeV220/MartexLibrary/compare/v11.5.0...v11.6.0) (2023-09-09)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = com.georgev22.library
libName = MartexLibrary
author = GeorgeV22
mcVersion = 1.20.1
version = 11.6.0
version = 11.7.0-beta.1
gsonVersion = 2.10.1
guavaVersion = 32.0.0-jre
slf4jVersion = 2.0.7
Expand Down

0 comments on commit facdf8c

Please sign in to comment.