From e67f47876c1cf49aaf00fe8d7bac7f1f38b5ebee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Aug 2022 16:27:36 +0000 Subject: [PATCH] chore(release): 0.31.2 [skip ci] ## [0.31.2](https://github.com/revanced/revanced-integrations/compare/v0.31.1...v0.31.2) (2022-08-08) ### Bug Fixes * unintentional like button detection ([#119](https://github.com/revanced/revanced-integrations/issues/119)) ([f64b178](https://github.com/revanced/revanced-integrations/commit/f64b17869ecfc7e74d520f9ad1c0d3a9ed60e10c)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a5a731..c4d6a5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.31.2](https://github.com/revanced/revanced-integrations/compare/v0.31.1...v0.31.2) (2022-08-08) + + +### Bug Fixes + +* unintentional like button detection ([#119](https://github.com/revanced/revanced-integrations/issues/119)) ([f64b178](https://github.com/revanced/revanced-integrations/commit/f64b17869ecfc7e74d520f9ad1c0d3a9ed60e10c)) + ## [0.31.1](https://github.com/revanced/revanced-integrations/compare/v0.31.0...v0.31.1) (2022-08-03) diff --git a/gradle.properties b/gradle.properties index a5619161..c27560f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.31.1 +version = 0.31.2