From b0eeb5919123748a90a7818b4da60ca1afc54882 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Nov 2022 19:16:21 +0000 Subject: [PATCH] chore(release): 2.111.3 [skip ci] ## [2.111.3](https://github.com/revanced/revanced-patches/compare/v2.111.2...v2.111.3) (2022-11-18) ### Bug Fixes * **youtube/litho-filter:** use correct type for switch case ([#1068](https://github.com/revanced/revanced-patches/issues/1068)) ([ab03511](https://github.com/revanced/revanced-patches/commit/e46fa2c6a7be343e56812ff99c616db203f2de7e)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943c6e6bd..66be8ea5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.111.3](https://github.com/revanced/revanced-patches/compare/v2.111.2...v2.111.3) (2022-11-18) + + +### Bug Fixes + +* **youtube/litho-filter:** use correct type for switch case ([#1068](https://github.com/revanced/revanced-patches/issues/1068)) ([ab03511](https://github.com/revanced/revanced-patches/commit/ab03511e23d07c7c40b58eae5791fb2a798289de)) + ## [2.111.2](https://github.com/revanced/revanced-patches/compare/v2.111.1...v2.111.2) (2022-11-18) diff --git a/gradle.properties b/gradle.properties index 7874cedec..c7ca36e12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.111.2 +version = 2.111.3