diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a7e6805..a7519449f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,7 @@ -## [1.13.0](https://github.com/Wynntils/Wynntils/compare/v1.12.1-beta.10...v1.13.0) (2022-10-13) +## [1.13.1-beta.0](https://github.com/Wynntils/Wynntils/compare/v1.13.0...v1.13.1-beta.0) (2022-10-22) + + +### Bug Fixes + +* Changelog and Updater bugfixing ([#613](https://github.com/Wynntils/Wynntils/issues/613)) ([7f6e390](https://github.com/Wynntils/Wynntils/commit/7f6e39090a953c5ecb9482ae6f1091779803fa39)) diff --git a/build.gradle b/build.gradle index fe3faa0aa..dff893244 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "com.github.johnrengelman.shadow" version "7.1.0" } -def versionObj = new Version(major: 1, minor: 13, revision: 0) +def versionObj = new Version(major: 1, minor: 13, revision: 1) version = versionObj.toString() group = mod_base_package diff --git a/version.json b/version.json index 230969a96..f57e26642 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.13.0" + "version": "1.13.1-beta.0" } \ No newline at end of file