This commit is contained in:
Lauri Ojansivu 2018-10-16 14:11:33 +03:00
parent 6308352f90
commit 50136fe314
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release # v1.55 2018-10-16 Wekan release
This release adds the following new features: This release adds the following new features:

View file

@ -1,7 +1,7 @@
{ {
"name": "wekan", "name": "wekan",
"version": "1.54.0", "version": "1.55.0",
"description": "The open-source kanban", "description": "Open-Source kanban",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "eslint --ignore-pattern 'packages/*' .", "lint": "eslint --ignore-pattern 'packages/*' .",

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 154, appVersion = 154,
# Increment this for every release. # 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. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,