chore(release): 6.1.1 [skip ci]

## [6.1.1](https://github.com/revanced/revanced-patcher/compare/v6.1.0...v6.1.1) (2022-11-25)

### Bug Fixes

* use `MethodUtil.methodSignaturesMatch` instead of `Method.softCompareTo` ([bd053b7](bd053b7e99))
This commit is contained in:
semantic-release-bot 2022-11-25 09:25:48 +00:00
parent bd053b7e99
commit 77bbf6be1f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [6.1.1](https://github.com/revanced/revanced-patcher/compare/v6.1.0...v6.1.1) (2022-11-25)
### Bug Fixes
* use `MethodUtil.methodSignaturesMatch` instead of `Method.softCompareTo` ([bd053b7](https://github.com/revanced/revanced-patcher/commit/bd053b7e9974c0282d56e6762459db7070452e4a))
# [6.1.0](https://github.com/revanced/revanced-patcher/compare/v6.0.2...v6.1.0) (2022-11-22)

View file

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 6.1.0
version = 6.1.1