This commit is contained in:
Lauri Ojansivu 2018-06-12 22:20:17 +03:00
parent 193ff20c23
commit a98ae8dc71
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release # v1.04 2018-06-12 Wekan release
This release adds the following new features: This release adds the following new features:
@ -16,7 +16,7 @@ and fixes the following bugs:
2) due date is shown, unless there is an end date](https://github.com/wekan/wekan/pull/1685). 2) due date is shown, unless there is an end date](https://github.com/wekan/wekan/pull/1685).
Thanks to GitHub users rjevnikar and xet7 for their contributions. Thanks to GitHub users rjevnikar and xet7 for their contributions.
Thanks to Adrian Genaid for security fix. Thanks to Adrian Genaid for security fix, he's now added to [Hall of Fame](https://wekan.github.io/hall-of-fame/).
Thanks to translators. Thanks to translators.
# v1.03 2018-06-08 Wekan release # v1.03 2018-06-08 Wekan release

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "1.03.0", "version": "1.04.0",
"description": "The open-source Trello-like kanban", "description": "The open-source Trello-like kanban",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"), appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user. # The name of the app as it is displayed to the user.
appVersion = 88, appVersion = 89,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "1.03.0~2018-06-08"), appMarketingVersion = (defaultText = "1.04.0~2018-06-12"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,