mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
v1.55
This commit is contained in:
parent
6308352f90
commit
50136fe314
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Upcoming Wekan release
|
||||
# v1.55 2018-10-16 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "1.54.0",
|
||||
"description": "The open-source kanban",
|
||||
"version": "1.55.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint --ignore-pattern 'packages/*' .",
|
||||
|
|
|
@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appVersion = 154,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "1.54.0~2018-10-14"),
|
||||
appMarketingVersion = (defaultText = "1.55.0~2018-10-16"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue