diff --git a/CHANGELOG.md b/CHANGELOG.md index 4957ee17..0193ee93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.21.4](https://github.com/revanced/revanced-integrations/compare/v0.21.3...v0.21.4) (2022-07-06) + + +### Bug Fixes + +* change overlay time of swipe-controls ([#60](https://github.com/revanced/revanced-integrations/issues/60)) ([7da963c](https://github.com/revanced/revanced-integrations/commit/7da963cf8ebdf25e7498b4a2fc9a76c9f8c59bad)) + ## [0.21.3](https://github.com/revanced/revanced-integrations/compare/v0.21.2...v0.21.3) (2022-07-06) diff --git a/gradle.properties b/gradle.properties index a6998953..5596b51c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.21.3 +version = 0.21.4