diff --git a/CHANGELOG.md b/CHANGELOG.md index 109d49821..776b51c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.227.0-dev.14](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.13...v2.227.0-dev.14) (2024-07-06) + + +### Bug Fixes + +* Patch error due to invalid strings ([5069303](https://github.com/anddea/revanced-patches/commit/5069303f9dcc08a56a3d8582832db8f869e7245b)) + # [2.227.0-dev.13](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.12...v2.227.0-dev.13) (2024-07-06) diff --git a/gradle.properties b/gradle.properties index bda8ef14e..187a6741d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 2.227.0-dev.13 +version = 2.227.0-dev.14