diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-29 11:46:23 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-29 11:46:23 +0300 |
commit | f9941c0f9c5c505e0226a63c06a077ca3764ae71 (patch) | |
tree | 86c35543bc0cf75095e4b2d199d1adc66f3cd767 | |
parent | e7e558e86561e21f30cc9436e8b34588fe534031 (diff) | |
download | wekan-f9941c0f9c5c505e0226a63c06a077ca3764ae71.tar.gz wekan-f9941c0f9c5c505e0226a63c06a077ca3764ae71.tar.bz2 wekan-f9941c0f9c5c505e0226a63c06a077ca3764ae71.zip |
v0.89v0.89
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c1042c91..b9562871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.89 2018-04-29 Wekan release This release fixes the following bugs: diff --git a/package.json b/package.json index 0f379581..355dfbec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.88.0", + "version": "0.89.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 729abf39..4cee3589 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 = 73, + appVersion = 74, # Increment this for every release. - appMarketingVersion = (defaultText = "0.88.0~2018-04-27"), + appMarketingVersion = (defaultText = "0.89.0~2018-04-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |