Skip to content

Commit e33026c

Browse files
chore(release): 19.3.0 [skip ci]
# [19.3.0](v19.2.0...v19.3.0) (2024-02-14) ### Bug Fixes * Use `Patch#toString` to get patch class name, when no name available ([c9a8260](c9a8260)) ### Features * Read and write arbitrary files in APK files ([f1d7217](f1d7217))
1 parent ff21562 commit e33026c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [19.3.0](https://github.com/ReVanced/revanced-patcher/compare/v19.2.0...v19.3.0) (2024-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Use `Patch#toString` to get patch class name, when no name available ([c9a8260](https://github.com/ReVanced/revanced-patcher/commit/c9a82608f7f2d6b3e64c0c949ea5d9f76fa46165))
7+
8+
9+
### Features
10+
11+
* Read and write arbitrary files in APK files ([f1d7217](https://github.com/ReVanced/revanced-patcher/commit/f1d72174956c42234664dce152a27e6854e347e2))
12+
113
# [19.3.0-dev.2](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0-dev.1...v19.3.0-dev.2) (2024-02-13)
214

315
# [19.3.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.2.1-dev.1...v19.3.0-dev.1) (2024-02-13)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
3-
version = 19.3.0-dev.2
3+
version = 19.3.0

0 commit comments

Comments
 (0)