mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
v0.58
This commit is contained in:
parent
990003ee0f
commit
6bcc1cfc62
3 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.57.0",
|
||||
"version": "0.58.0",
|
||||
"description": "The open-source Trello-like kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue