diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-10-10 18:08:21 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-10-10 18:08:21 +0300 |
commit | 3ab33ed82685f1ceb07cdb1a15d1330183115c58 (patch) | |
tree | 0c04cb3c43cb213b25d559a01def3bcb2beb6dad | |
parent | 8f1f7a1d5646f30970545647afb456f5dfe16a2b (diff) | |
download | wekan-3ab33ed82685f1ceb07cdb1a15d1330183115c58.tar.gz wekan-3ab33ed82685f1ceb07cdb1a15d1330183115c58.tar.bz2 wekan-3ab33ed82685f1ceb07cdb1a15d1330183115c58.zip |
v0.50v0.50
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51241fad..91b014e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.50 2017-10-10 Wekan release + +This release fixes the following bugs: + +* [Fix and update translations](https://github.com/wekan/wekan/issues/1286). + +Thanks to GitHub user xet7 for contributions. + # v0.49 2017-10-09 Wekan release This release fixes the following bugs: diff --git a/package.json b/package.json index 851e8733..52af46cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.49.0", + "version": "0.50.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index e4e1fcb4..d0a426f1 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 36, + appVersion = 37, # Increment this for every release. - appMarketingVersion = (defaultText = "0.49.0~2017-10-09"), + appMarketingVersion = (defaultText = "0.50.0~2017-10-10"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |