diff --git a/CHANGELOG.md b/CHANGELOG.md index 2249e9a5d..c183aaed4 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 4221686b0..1e1db802a 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 81b4fe93e..7953f0f94 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,