From 0e01041ee3292a693f1b93ff3616fa4d3bbb1734 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Jul 2022 16:54:27 +0000 Subject: [PATCH] chore(release): 0.27.1 [skip ci] ## [0.27.1](https://github.com/revanced/revanced-integrations/compare/v0.27.0...v0.27.1) (2022-07-18) ### Bug Fixes * `swipe-controls` incompatible with `disable-fullscreen-panels` ([#88](https://github.com/revanced/revanced-integrations/issues/88)) ([1f9b01c](https://github.com/revanced/revanced-integrations/commit/1f9b01c142135513862685f871994b13bf8d8ffa)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa214a19c8..0171179636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.27.1](https://github.com/revanced/revanced-integrations/compare/v0.27.0...v0.27.1) (2022-07-18) + + +### Bug Fixes + +* `swipe-controls` incompatible with `disable-fullscreen-panels` ([#88](https://github.com/revanced/revanced-integrations/issues/88)) ([1f9b01c](https://github.com/revanced/revanced-integrations/commit/1f9b01c142135513862685f871994b13bf8d8ffa)) + # [0.27.0](https://github.com/revanced/revanced-integrations/compare/v0.26.0...v0.27.0) (2022-07-17) diff --git a/gradle.properties b/gradle.properties index a42d466470..e4f83bba76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.27.0 +version = 0.27.1