chore(release): 6.4.3-dev.1 [skip ci]

## [6.4.3-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.2...v6.4.3-dev.1) (2023-02-10)

### Bug Fixes

* check `CONST_STRING_JUMP` instructions for matching string ([058d292](058d292ad5))
This commit is contained in:
semantic-release-bot 2023-02-10 04:20:46 +00:00
parent 058d292ad5
commit 0502f84c20
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [6.4.3-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.2...v6.4.3-dev.1) (2023-02-10)
### Bug Fixes
* check `CONST_STRING_JUMP` instructions for matching string ([058d292](https://github.com/revanced/revanced-patcher/commit/058d292ad5e297f4c652ff543c13e77a39f7fb1b))
## [6.4.2](https://github.com/revanced/revanced-patcher/compare/v6.4.1...v6.4.2) (2023-01-17)

View file

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 6.4.2
version = 6.4.3-dev.1