From 19a4068ba0817357daa6ff2d71106e773816e71d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Aug 2022 01:14:13 +0000 Subject: [PATCH] chore(release): 2.42.1 [skip ci] ## [2.42.1](https://github.com/revanced/revanced-patches/compare/v2.42.0...v2.42.1) (2022-08-26) ### Bug Fixes * changed default value for autorepeat setting ([#386](https://github.com/revanced/revanced-patches/issues/386)) ([d43add7](https://github.com/revanced/revanced-patches/commit/d43add7c21f0d9f45830476704985755e37d33ef)) --- 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 74a66b685..131f83418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.42.1](https://github.com/revanced/revanced-patches/compare/v2.42.0...v2.42.1) (2022-08-26) + + +### Bug Fixes + +* changed default value for autorepeat setting ([#386](https://github.com/revanced/revanced-patches/issues/386)) ([d43add7](https://github.com/revanced/revanced-patches/commit/d43add7c21f0d9f45830476704985755e37d33ef)) + # [2.42.0](https://github.com/revanced/revanced-patches/compare/v2.41.0...v2.42.0) (2022-08-22) diff --git a/README.md b/README.md index 880037b80..372e7bd8d 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Official patches by ReVanced | `minimized-playback` | Enables minimized and background playback. | 17.32.35 | | `custom-video-buffer` | Lets you change the buffers of videos. | 17.32.35 | | `always-autorepeat` | Always repeats the playing video again. | 17.32.35 | -| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.32.35 | +| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG. | 17.32.35 | | `settings` | Adds settings for ReVanced to YouTube. | all | | `enable-debugging` | Enables app debugging by patching the manifest file. | all | | `custom-playback-speed` | Adds more video playback speed options. | 17.32.35 | diff --git a/gradle.properties b/gradle.properties index 6aac66af1..090f6ab0f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.42.0 +version = 2.42.1