This commit is contained in:
Lauri Ojansivu 2017-11-23 12:11:35 +02:00
parent 990003ee0f
commit 6bcc1cfc62
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
# v0.58 2017-11-23 Wekan release
This release adds the following new features:
* Updated translations.
Thanks to all translators.
# v0.57 2017-11-23 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.57.0",
"version": "0.58.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 43,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.57.0~2017-11-23"),
appMarketingVersion = (defaultText = "0.58.0~2017-11-23"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,