From 1a3ef3c0909af6499e2e2e54121a816d04ba7d75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Jul 2022 11:20:04 +0000 Subject: [PATCH] chore(release): 2.14.0 [skip ci] # [2.14.0](https://github.com/revanced/revanced-patches/compare/v2.13.6...v2.14.0) (2022-07-15) ### Features * `music-video-ads` patch ([#172](https://github.com/revanced/revanced-patches/issues/172)) ([cbb71b5](https://github.com/revanced/revanced-patches/commit/cbb71b5faf1386ed31dd9e0387f6cf0509d92d31)) --- 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 d12255f04..63ccdf56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.14.0](https://github.com/revanced/revanced-patches/compare/v2.13.6...v2.14.0) (2022-07-15) + + +### Features + +* `music-video-ads` patch ([#172](https://github.com/revanced/revanced-patches/issues/172)) ([cbb71b5](https://github.com/revanced/revanced-patches/commit/cbb71b5faf1386ed31dd9e0387f6cf0509d92d31)) + ## [2.13.6](https://github.com/revanced/revanced-patches/compare/v2.13.5...v2.13.6) (2022-07-14) ## [2.13.5](https://github.com/revanced/revanced-patches/compare/v2.13.4...v2.13.5) (2022-07-14) diff --git a/README.md b/README.md index 29a8b3343..f04cb79c0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ | 💊 Patch | 📜 Description | 🎯 Target Package | 🏹 Target Version | |:--------:|:--------------:|:-----------------:|:-----------------:| +| `music-video-ads` | Removes ads in the YouTube Music player. | `com.google.android.apps.youtube.music` | 5.3.50 | | `exclusive-audio-playback` | Adds the option to play music without video. | `com.google.android.apps.youtube.music` | 5.3.50 | | `codecs-unlock` | Enables more audio codecs. Usually results in better audio quality but may depend on song and device. | `com.google.android.apps.youtube.music` | 5.3.50 | | `background-play` | Enables playing music in the background. | `com.google.android.apps.youtube.music` | 5.3.50 | diff --git a/gradle.properties b/gradle.properties index 87c30e300..e29697ecf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.13.6 +version = 2.14.0