diff --git a/CHANGELOG.md b/CHANGELOG.md index b593d1b3..fa6bc611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.36.1](https://github.com/revanced/revanced-integrations/compare/v0.36.0...v0.36.1) (2022-08-24) + + +### Bug Fixes + +* restart prompt for `tablet-miniplayer` patch setting ([#124](https://github.com/revanced/revanced-integrations/issues/124)) ([a9a69ec](https://github.com/revanced/revanced-integrations/commit/a9a69ecfeb91b20d080da0c559437926f98a704d)) + # [0.36.0](https://github.com/revanced/revanced-integrations/compare/v0.35.0...v0.36.0) (2022-08-22) diff --git a/gradle.properties b/gradle.properties index 50907886..30c72901 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.36.0 +version = 0.36.1