mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 16:41:48 +01: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:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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/*' .",
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue