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.2-beta.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 28, 2022
1 parent 76e5bdb commit ce5e5e9
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.1](https://github.com/Wynntils/Wynntils/compare/v1.13.1-beta.2...v1.13.1) (2022-10-26)
## [1.13.2-beta.0](https://github.com/Wynntils/Wynntils/compare/v1.13.1...v1.13.2-beta.0) (2022-10-28)


### New Features

* Tab list effect parsing ([#615](https://github.com/Wynntils/Wynntils/issues/615)) ([76e5bdb](https://github.com/Wynntils/Wynntils/commit/76e5bdbecded9d71ee6848da60bd8893f7eac426))

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

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.1"
"version": "1.13.2-beta.0"
}

0 comments on commit ce5e5e9

Please sign in to comment.