diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6bc611..6143e3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.36.2](https://github.com/revanced/revanced-integrations/compare/v0.36.1...v0.36.2) (2022-08-25) + + +### Bug Fixes + +* restart when toggling the downloads button ([#125](https://github.com/revanced/revanced-integrations/issues/125)) ([afd4815](https://github.com/revanced/revanced-integrations/commit/afd4815a22811eda1b63ef68066c57782a657c33)) + ## [0.36.1](https://github.com/revanced/revanced-integrations/compare/v0.36.0...v0.36.1) (2022-08-24) diff --git a/gradle.properties b/gradle.properties index 30c72901..7761283b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.36.1 +version = 0.36.2