chore(release): 1.10.1 [skip ci]

## [1.10.1](https://github.com/revanced/revanced-patcher/compare/v1.10.0...v1.10.1) (2022-06-23)

### Bug Fixes

* callback only when inteded ([e3bf367](e3bf367ad6))
* mutability of local variable `modified` ([0e87ef5](0e87ef56c4))
This commit is contained in:
semantic-release-bot 2022-06-23 06:59:43 +00:00
parent 0e87ef56c4
commit 8efcf329bb
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [1.10.1](https://github.com/revanced/revanced-patcher/compare/v1.10.0...v1.10.1) (2022-06-23)
### Bug Fixes
* callback only when inteded ([e3bf367](https://github.com/revanced/revanced-patcher/commit/e3bf367ad6615b30b06027d65f906b2588567a7f))
* mutability of local variable `modified` ([0e87ef5](https://github.com/revanced/revanced-patcher/commit/0e87ef56c418d5c37d58abb9b27f85e25fd44f81))
# [1.10.0](https://github.com/revanced/revanced-patcher/compare/v1.9.0...v1.10.0) (2022-06-23)

View file

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 1.10.0
version = 1.10.1