Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.15.1-beta.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WynntilsBot committed Apr 1, 2023
1 parent f97f5ad commit d60803c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [1.15.1-beta.0](https://github.com/Wynntils/Wynntils/compare/v1.15.0...v1.15.1-beta.0) (2023-04-01)


### Bug Fixes

* Fix party finder crash on housing island ([#669](https://github.com/Wynntils/Wynntils/issues/669)) ([f97f5ad](https://github.com/Wynntils/Wynntils/commit/f97f5ad803fba62e3a38c31b74e027c0214ed41d))

## [1.15.0](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.14...v1.15.0) (2023-02-21)


### Miscellaneous Chores

* **release:** v1.15.0 [skip ci] ([1a93a1e](https://github.com/Wynntils/Wynntils/commit/1a93a1eb9decc0acf497c7f923a3032c00c5e65b))

## [1.14.1-beta.14](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.13...v1.14.1-beta.14) (2023-02-20)


Expand Down Expand Up @@ -36,15 +48,3 @@

* **release:** v1.14.1-beta.12 [skip ci] ([e01d953](https://github.com/Wynntils/Wynntils/commit/e01d9534b54aa4b31522969e654229f993da1d85))

## [1.14.1-beta.11](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.10...v1.14.1-beta.11) (2023-01-25)


### Bug Fixes

* Mythic detection fix ([#650](https://github.com/Wynntils/Wynntils/issues/650)) ([b212e7d](https://github.com/Wynntils/Wynntils/commit/b212e7da767a72aadad842d4385893d96231ec04))


### Miscellaneous Chores

* **release:** v1.14.1-beta.11 [skip ci] ([b5f2491](https://github.com/Wynntils/Wynntils/commit/b5f249124c331ae5d4b98629563a74c784c61478))

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.0"
}

def versionObj = new Version(major: 1, minor: 15, revision: 0)
def versionObj = new Version(major: 1, minor: 15, revision: 1)

version = versionObj.toString()
group = mod_base_package
Expand Down

0 comments on commit d60803c

Please sign in to comment.