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.13.1-beta.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 22, 2022
1 parent 7f6e390 commit 23ffe9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

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: 13, revision: 0)
def versionObj = new Version(major: 1, minor: 13, revision: 1)

version = versionObj.toString()
group = mod_base_package
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.13.0"
"version": "1.13.1-beta.0"
}

0 comments on commit 23ffe9e

Please sign in to comment.