diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-31 21:20:46 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-31 21:20:46 +0300 |
commit | add5d22c4e82041bc69a709daa17e554a0863f4e (patch) | |
tree | a6ce0343bc30bffbe7be8ea40d275527d571f23e | |
parent | 08af6a0cf1369c548706e96619d11fd740851870 (diff) | |
download | wekan-add5d22c4e82041bc69a709daa17e554a0863f4e.tar.gz wekan-add5d22c4e82041bc69a709daa17e554a0863f4e.tar.bz2 wekan-add5d22c4e82041bc69a709daa17e554a0863f4e.zip |
v0.79v0.79
-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 8ae1c58d..07c1fd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -# Upcoming Wekan release +# v0.79 2018-03-31 Wekan release This release adds the following new features: - [Checklist items sort fix, and checklist sort capability](https://github.com/wekan/wekan/pull/1543); -- [Add Received Date and End Date. Between them is already existing Start and Due Date](https://github.com/wekan/wekan/pull/1550); +- [Add Received Date and End Date. Between them is already existing Start and Due Date](https://github.com/wekan/wekan/pull/1550). and fixes the following bugs: diff --git a/package.json b/package.json index ec6ff169..9485ca2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.78.0", + "version": "0.79.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 4d478e1c..8690076d 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 = 63, + appVersion = 64, # Increment this for every release. - appMarketingVersion = (defaultText = "0.78.0~2018-03-17"), + appMarketingVersion = (defaultText = "0.79.0~2018-03-31"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |