chore(release): 2.2.2 [skip ci]

## [2.2.2](https://github.com/revanced/revanced-patcher/compare/v2.2.1...v2.2.2) (2022-07-04)

### Bug Fixes

* `MethodWalker` not accounting for all reference instructions ([48068cb](48068cb3d7))
This commit is contained in:
semantic-release-bot 2022-07-04 19:36:34 +00:00
parent 48068cb3d7
commit 4cc2fa17f5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.2.2](https://github.com/revanced/revanced-patcher/compare/v2.2.1...v2.2.2) (2022-07-04)
### Bug Fixes
* `MethodWalker` not accounting for all reference instructions ([48068cb](https://github.com/revanced/revanced-patcher/commit/48068cb3d79e283ff1cad9f3f78dc1d0fcd14f83))
## [2.2.1](https://github.com/revanced/revanced-patcher/compare/v2.2.0...v2.2.1) (2022-07-03)

View file

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.2.1
version = 2.2.2