Skip to content

Commit

Permalink
chore(release): 1.0.11-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.11-alpha.3](v1.0.11-alpha.2...v1.0.11-alpha.3) (2023-03-02)

### πŸ› Bugfix πŸ›

* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](#49)) ([7ede86d](7ede86d))

### πŸ“¦οΈ Build and CI

* **publish:** attempt to fix curseforge auto upload ([9464f86](9464f86))
* **publish:** should allow for polymart publish ([f1b1990](f1b1990))
* **test:** do not upload failing unit tests ([c4e0b70](c4e0b70))
* use actually fixed version of plugin publish ([39d702f](39d702f))
  • Loading branch information
BrycensRanch committed Mar 18, 2023
1 parent 1b7c704 commit 709ceb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.11-alpha.3](https://github.com/BrycensRanch/TownyPlus/compare/v1.0.11-alpha.2...v1.0.11-alpha.3) (2023-03-02)


### πŸ› Bugfix πŸ›

* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](https://github.com/BrycensRanch/TownyPlus/issues/49)) ([7ede86d](https://github.com/BrycensRanch/TownyPlus/commit/7ede86dedd7156045bf5a1107c45c16164a1d1f7))


### πŸ“¦οΈ Build and CI

* **publish:** attempt to fix curseforge auto upload ([9464f86](https://github.com/BrycensRanch/TownyPlus/commit/9464f86b848785e608f3502aae2cfe507c538ae8))
* **publish:** should allow for polymart publish ([f1b1990](https://github.com/BrycensRanch/TownyPlus/commit/f1b1990febe91005a13b97c34091ad85c21a2ab4))
* **test:** do not upload failing unit tests ([c4e0b70](https://github.com/BrycensRanch/TownyPlus/commit/c4e0b70de00c12300fae58439c0f9d9c4ed38d63))
* use actually fixed version of plugin publish ([39d702f](https://github.com/BrycensRanch/TownyPlus/commit/39d702fb34f255bb4bc0ddb616f8abf999b9012a))

## [1.0.11-alpha.2](https://github.com/BrycensRanch/TownyPlus/compare/v1.0.11-alpha.1...v1.0.11-alpha.2) (2023-03-01)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = It's time to upgrade your Towny server
mcVersion = 1.13
testServerMCVersion = 1.18.2
apiVersion = 1.13
version = 1.0.11-alpha.2
version = 1.0.11-alpha.3
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = false

0 comments on commit 709ceb7

Please sign in to comment.