summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-12 22:20:17 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-12 22:20:17 +0300
commita98ae8dc710c333288d81b9fcc35d2c22e4c16fd (patch)
tree67c903a1b9804660670fe4a1a8ba68e04d4c7214
parent193ff20c23c5b9b8e432448fad99bd1a063e2e0f (diff)
downloadwekan-1.04.tar.gz
wekan-1.04.tar.bz2
wekan-1.04.zip
v1.04v1.04
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
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,