diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2249e9a5..c183aaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v1.04 2018-06-12 Wekan release 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). 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. # v1.03 2018-06-08 Wekan release diff --git a/package.json b/package.json index 4221686b..1e1db802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "1.03.0", + "version": "1.04.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 81b4fe93..7953f0f9 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 88, + appVersion = 89, # 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. minUpgradableAppVersion = 0, |