From ba794ce0cb6bd6885b457d5613642fee9d7062ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Jul 2022 12:31:53 +0000 Subject: [PATCH] chore(release): 2.13.0 [skip ci] # [2.13.0](https://github.com/revanced/revanced-patches/compare/v2.12.4...v2.13.0) (2022-07-11) ### Features * `swipe-controls` rewrite ([#131](https://github.com/revanced/revanced-patches/issues/131)) ([b7dba09](https://github.com/revanced/revanced-patches/commit/b7dba09927ba15a9eacb06dcb4bf1f268560c96e)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b6b6986..6148c200c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.13.0](https://github.com/revanced/revanced-patches/compare/v2.12.4...v2.13.0) (2022-07-11) + + +### Features + +* `swipe-controls` rewrite ([#131](https://github.com/revanced/revanced-patches/issues/131)) ([b7dba09](https://github.com/revanced/revanced-patches/commit/b7dba09927ba15a9eacb06dcb4bf1f268560c96e)) + ## [2.12.4](https://github.com/revanced/revanced-patches/compare/v2.12.3...v2.12.4) (2022-07-11) diff --git a/README.md b/README.md index 901056a2b..69e52a9e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | 💊 Patch | 📜 Description | 🎯 Target Package | 🏹 Target Version | |:--------:|:--------------:|:-----------------:|:-----------------:| -| `fenster-swipe-controls` | Adds volume and brightness swipe controls. | `com.google.android.youtube` | 17.26.35 | +| `swipe-controls` | Adds volume and brightness swipe controls. | `com.google.android.youtube` | 17.25.34 | | `seekbar-tapping` | Enables tapping on the seekbar of the YouTube player. | `com.google.android.youtube` | 17.26.35 | | `general-ads` | Removes general ads in bytecode. | `com.google.android.youtube` | 17.26.35 | | `video-ads` | Removes ads in the YouTube video player. | `com.google.android.youtube` | 17.26.35 | diff --git a/gradle.properties b/gradle.properties index ad3d8ad22..1fee86084 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.12.4 +version = 2.13.0