diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-29 14:18:51 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-29 14:18:51 +0200 |
commit | 54036fd7a3ac9bf25b6c601890491af66571d5ff (patch) | |
tree | 4daa8de28d5b7604630b793f0043550eaa2476a7 | |
parent | c72792e4ed0e1ff88a1de494e7885238dc6c9881 (diff) | |
download | wekan-54036fd7a3ac9bf25b6c601890491af66571d5ff.tar.gz wekan-54036fd7a3ac9bf25b6c601890491af66571d5ff.tar.bz2 wekan-54036fd7a3ac9bf25b6c601890491af66571d5ff.zip |
v0.60v0.60
-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 d6f1b1d1..a63c8a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Upcoming Wekan release +# v0.60 2017-11-29 Wekan release This release adds the following new features: -* [Add SMTP test email button to Admin Panel](https://github.com/wekan/wekan/pull/1359); +* [Add SMTP test email button to Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1359); * [Optimize for mobile web, show single list per page with navigate bar](https://github.com/wekan/wekan/pull/1365). and fixes the following bugs: diff --git a/package.json b/package.json index 7cae4efe..46e7d234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.59.0", + "version": "0.60.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 1fab6be2..4d000926 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 = 44, + appVersion = 45, # Increment this for every release. - appMarketingVersion = (defaultText = "0.59.0~2017-11-23"), + appMarketingVersion = (defaultText = "0.60.0~2017-11-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |