From beed3ec78219189f7b826493cef41d00d02a35cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Jul 2022 14:25:54 +0000 Subject: [PATCH] chore(release): 2.18.0 [skip ci] # [2.18.0](https://github.com/revanced/revanced-patches/compare/v2.17.0...v2.18.0) (2022-07-18) ### Features * `hide-get-premium` patch ([#195](https://github.com/revanced/revanced-patches/issues/195)) ([639aab4](https://github.com/revanced/revanced-patches/commit/639aab411ee514b50840c15c8e9a1a889854403f)) --- CHANGELOG.md | 7 +++++++ README.md | 1 + gradle.properties | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a840908f1..5cf21ddb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.18.0](https://github.com/revanced/revanced-patches/compare/v2.17.0...v2.18.0) (2022-07-18) + + +### Features + +* `hide-get-premium` patch ([#195](https://github.com/revanced/revanced-patches/issues/195)) ([639aab4](https://github.com/revanced/revanced-patches/commit/639aab411ee514b50840c15c8e9a1a889854403f)) + # [2.17.0](https://github.com/revanced/revanced-patches/compare/v2.16.1...v2.17.0) (2022-07-17) diff --git a/README.md b/README.md index ad69f65aa..85cab54e0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ | `background-play` | Enables playing music in the background. | `com.google.android.apps.youtube.music` | 5.14.53 | | `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | `com.google.android.apps.youtube.music` | 5.14.53 | | `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | `com.google.android.apps.youtube.music` | 5.14.53 | +| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | `com.google.android.apps.youtube.music` | 5.14.53 | | `hide-infocard-suggestions` | Hides infocards in videos. | `com.google.android.youtube` | 17.27.39 | | `video-ads` | Removes ads in the video player. | `com.google.android.youtube` | 17.27.39 | | `general-ads` | Removes general ads. | `com.google.android.youtube` | 17.27.39 | diff --git a/gradle.properties b/gradle.properties index 84b95ff5f..940fa144f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.17.0 +version = 2.18.0