mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
# v0.57 2017-11-23 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.57.0",
|
"version": "0.58.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appVersion = 43,
|
appVersion = 43,
|
||||||
# Increment this for every release.
|
# 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.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue