diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdc2770d..86070421d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.114.0](https://github.com/gotson/komga/compare/v0.113.0...v0.114.0) (2021-08-02) + + +### Features + +* **webui:** full screen support when adding to home on mobile ([20bccb5](https://github.com/gotson/komga/commit/20bccb57ec5c65e53425c46afec174ebacc8d9a2)), closes [#565](https://github.com/gotson/komga/issues/565) + # [0.113.0](https://github.com/gotson/komga/compare/v0.112.2...v0.113.0) (2021-07-30) diff --git a/gradle.properties b/gradle.properties index 04e9192fb..9c7cb55fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.113.0 +version=0.114.0 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G