From 96869ea79e88019800e3788c3698ebe6a67929ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Aug 2021 11:43:25 +0000 Subject: [PATCH] chore(release): 0.120.1 [skip ci] ## [0.120.1](https://github.com/gotson/komga/compare/v0.120.0...v0.120.1) (2021-08-31) ### Bug Fixes * **webui:** support pl pluralization ([20afd83](https://github.com/gotson/komga/commit/20afd83356d1a153290b73cc7750e4140d27a34f)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ff06e30..a6a6a3a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.120.1](https://github.com/gotson/komga/compare/v0.120.0...v0.120.1) (2021-08-31) + + +### Bug Fixes + +* **webui:** support pl pluralization ([20afd83](https://github.com/gotson/komga/commit/20afd83356d1a153290b73cc7750e4140d27a34f)) + # [0.120.0](https://github.com/gotson/komga/compare/v0.119.2...v0.120.0) (2021-08-31) diff --git a/gradle.properties b/gradle.properties index 0574ae207..3b871e353 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.120.0 +version=0.120.1 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G