diff --git a/CHANGELOG.md b/CHANGELOG.md index 6143e3c7..a39d346b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.36.3](https://github.com/revanced/revanced-integrations/compare/v0.36.2...v0.36.3) (2022-08-26) + + +### Bug Fixes + +* change default value for autorepeat setting ([#126](https://github.com/revanced/revanced-integrations/issues/126)) ([c6c2556](https://github.com/revanced/revanced-integrations/commit/c6c255609f0d58e9097dd898dbf9cce3a5cf3dc4)) + ## [0.36.2](https://github.com/revanced/revanced-integrations/compare/v0.36.1...v0.36.2) (2022-08-25) diff --git a/gradle.properties b/gradle.properties index 7761283b..3343f8ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.36.2 +version = 0.36.3