diff --git a/CHANGELOG.md b/CHANGELOG.md index 9058a412c..85cfbeb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.174.0-dev.5](https://github.com/revanced/revanced-patches/compare/v2.174.0-dev.4...v2.174.0-dev.5) (2023-05-07) + + +### Bug Fixes + +* **spotify/disable-capture-restriction:** make compatible with latest versions ([#2095](https://github.com/revanced/revanced-patches/issues/2095)) ([e48f127](https://github.com/revanced/revanced-patches/commit/e48f1278da2a9d82e70be41fa2c4c480c574816b)) + # [2.174.0-dev.4](https://github.com/revanced/revanced-patches/compare/v2.174.0-dev.3...v2.174.0-dev.4) (2023-05-07) diff --git a/README.md b/README.md index 7ec5984a3..691ff7408 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The official ReVanced Patches. +## 📋 List of patches in this repository + ### [📦 `com.google.android.youtube`](https://play.google.com/store/apps/details?id=com.google.android.youtube)
@@ -428,7 +430,6 @@ Example: "description": "Enables a custom theme.", "version": "0.0.1", "excluded": false, - "deprecated": false, "options": [ { "key": "theme", @@ -455,7 +456,6 @@ Example: "description": "Changes the YouTube launcher icon and name to your choice (defaults to ReVanced).", "version": "0.0.1", "excluded": false, - "deprecated": false, "options": [ { "key": "appName", diff --git a/gradle.properties b/gradle.properties index af79d5f5c..1882f39ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.174.0-dev.4 +version = 2.174.0-dev.5