mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
chore(release): 6.4.0-dev.2 [skip ci]
# [6.4.0-dev.2](https://github.com/revanced/revanced-patcher/compare/v6.4.0-dev.1...v6.4.0-dev.2) (2023-01-02) ### Features * add missing setter to `MutableMethod` ([8f3ecc3
](8f3ecc318c
)) * do not fix methods or methods in class merger ([4102f43
](4102f43b8a
)) * fix method and field access when merging classes ([5c09ef7
](5c09ef7837
))
This commit is contained in:
parent
5887c69bde
commit
6a6ded084e
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
# [6.4.0-dev.2](https://github.com/revanced/revanced-patcher/compare/v6.4.0-dev.1...v6.4.0-dev.2) (2023-01-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add missing setter to `MutableMethod` ([8f3ecc3](https://github.com/revanced/revanced-patcher/commit/8f3ecc318c39f0270aff53efdee7a1c8d82af421))
|
||||
* do not fix methods or methods in class merger ([4102f43](https://github.com/revanced/revanced-patcher/commit/4102f43b8a9473fd0ee96c5d4fb8f6e9b4e30e70))
|
||||
* fix method and field access when merging classes ([5c09ef7](https://github.com/revanced/revanced-patcher/commit/5c09ef7837f9b731e137b66c19da77f63c007595))
|
||||
|
||||
# [6.4.0-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.3.2...v6.4.0-dev.1) (2022-12-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
kotlin.code.style = official
|
||||
version = 6.4.0-dev.1
|
||||
version = 6.4.0-dev.2
|
||||
|
|
Loading…
Reference in a new issue