From b0d559bff5fe44bfd2c7e05c5ca9fe7bb80f37cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Oct 2022 15:15:45 +0000 Subject: [PATCH] chore(release): 2.81.7 [skip ci] ## [2.81.7](https://github.com/revanced/revanced-patches/compare/v2.81.6...v2.81.7) (2022-10-10) ### Bug Fixes * **video-ads:** invert the condition to hide ads ([a32af95](https://github.com/revanced/revanced-patches/commit/d9dcedd9f467bb8eca7c7494e08c6b924a58208d)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca6be61f..a20c4fd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.81.7](https://github.com/revanced/revanced-patches/compare/v2.81.6...v2.81.7) (2022-10-10) + + +### Bug Fixes + +* **video-ads:** invert the condition to hide ads ([a32af95](https://github.com/revanced/revanced-patches/commit/a32af951566a7187ae2618ef08f9298f78f8ea8c)) + ## [2.81.6](https://github.com/revanced/revanced-patches/compare/v2.81.5...v2.81.6) (2022-10-10) diff --git a/gradle.properties b/gradle.properties index 5dcc41d4c..199bc751e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.81.6 +version = 2.81.7