This commit is contained in:
Lauri Ojansivu 2018-11-17 17:41:31 +02:00
parent 21a8c7cc45
commit d4ec0cc647
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# v1.74 2018-11-17 Wekan release
- Update version number to get this released to snap. Thanks to xet7.
# v1.73 2018-11-17 Wekan release # v1.73 2018-11-17 Wekan release
This release fixes the following bugs: This release fixes the following bugs:

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "v1.73.0", "version": "v1.74.0",
"description": "Open-Source kanban", "description": "Open-Source kanban",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 176, appVersion = 176,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "1.73.0~2018-11-17"), appMarketingVersion = (defaultText = "1.74.0~2018-11-17"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,