This commit is contained in:
Lauri Ojansivu 2018-09-17 19:12:54 +03:00
parent e4cf94606c
commit 9083d5f88d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# v1.49-edge-1 2018-09-17 Wekan release
# v1.49.1 2018-09-17 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v1.49-edge-1",
"version": "v1.49.1",
"description": "The open-source kanban",
"private": true,
"scripts": {

View file

@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 135,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.49.0~2018-09-17-edge-1"),
appMarketingVersion = (defaultText = "1.49.1~2018-09-17"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,