diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f8701f..bb76c2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.30.2](https://github.com/revanced/revanced-integrations/compare/v0.30.1...v0.30.2) (2022-07-31) + + +### Bug Fixes + +* app crashes on reboot ([#110](https://github.com/revanced/revanced-integrations/issues/110)) ([0ccb35d](https://github.com/revanced/revanced-integrations/commit/0ccb35db674921f171ca250a9f4495659458c77f)) + ## [0.30.1](https://github.com/revanced/revanced-integrations/compare/v0.30.0...v0.30.1) (2022-07-31) diff --git a/gradle.properties b/gradle.properties index f952a717..58282046 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.30.1 +version = 0.30.2