diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd25aa..a4e3c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.8](https://github.com/Wynntils/launchy/compare/v1.1.7...v1.1.8) (2022-11-04) + + +### Bug Fixes + +* add first launch screen and play button ([a6170f8](https://github.com/Wynntils/launchy/commit/a6170f898a28e35d94f51efecbb52951e232a859)) + ## [1.1.7](https://github.com/Wynntils/launchy/compare/v1.1.6...v1.1.7) (2022-11-04) @@ -5,6 +12,11 @@ * **progress-bar:** add progress bar to mods ([6245827](https://github.com/Wynntils/launchy/commit/624582755257be84b585c0c27d0d85b7461a25ee)) + +### Miscellaneous Chores + +* **release:** v1.1.7 [skip ci] ([55ec69d](https://github.com/Wynntils/launchy/commit/55ec69dc17d6fa72fa89673a44c761db9577d119)) + ## [1.1.6](https://github.com/Wynntils/launchy/compare/v1.1.5...v1.1.6) (2022-11-04) @@ -41,15 +53,3 @@ * **release:** v1.1.4 [skip ci] ([55bb3db](https://github.com/Wynntils/launchy/commit/55bb3db2c899d9ec4c89100ea6ecbe52b4acf0d7)) -## [1.1.3](https://github.com/Wynntils/launchy/compare/v1.1.2...v1.1.3) (2022-11-03) - - -### Bug Fixes - -* fix incompatibility check, add bobby ([3dcc44f](https://github.com/Wynntils/launchy/commit/3dcc44fb2f3671227e079b76b679252423c90e6e)) - - -### Miscellaneous Chores - -* **release:** v1.1.3 [skip ci] ([e5c1997](https://github.com/Wynntils/launchy/commit/e5c19975a621b457c096780afcd53cc2ffafb2a1)) - diff --git a/gradle.properties b/gradle.properties index ba2a7d2..eb55dce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.mineinabyss -version=1.1.7 +version=1.1.8 idofrontConventions=1.6.10-51 kotlinVersion=1.6.10