chore(release): 3.0.0-dev.5 [skip ci]

# [3.0.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v3.0.0-dev.4...v3.0.0-dev.5) (2023-12-04)

### Bug Fixes

* Use correct class loader to load resources ([1d5f1f8](1d5f1f83be))

### Features

* **Photomath:** Constrain patches to last working version ([f9a5dc6](f9a5dc6c91))
This commit is contained in:
semantic-release-bot 2023-12-04 23:57:16 +00:00
parent 1d5f1f83be
commit 34e4489bf9
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [3.0.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v3.0.0-dev.4...v3.0.0-dev.5) (2023-12-04)
### Bug Fixes
* Use correct class loader to load resources ([1d5f1f8](https://github.com/ReVanced/revanced-patches/commit/1d5f1f83be1f4eb78381887cd59f1649f1ed6d71))
### Features
* **Photomath:** Constrain patches to last working version ([f9a5dc6](https://github.com/ReVanced/revanced-patches/commit/f9a5dc6c91f37e9d7018e631739ca61511940d29))
# [3.0.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v3.0.0-dev.3...v3.0.0-dev.4) (2023-12-04)

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 3.0.0-dev.4
version = 3.0.0-dev.5

File diff suppressed because one or more lines are too long