diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-20 15:35:51 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-20 15:35:51 +0300 |
commit | 87d2cee02a57a31eff5238fe358e5c2dd5b08d53 (patch) | |
tree | 0464b5e4703346baf7913ce6a41b71f3ced1a629 | |
parent | fa758a73bd686a6dfc753a5446150b22e23c1084 (diff) | |
download | wekan-87d2cee02a57a31eff5238fe358e5c2dd5b08d53.tar.gz wekan-87d2cee02a57a31eff5238fe358e5c2dd5b08d53.tar.bz2 wekan-87d2cee02a57a31eff5238fe358e5c2dd5b08d53.zip |
v0.86v0.86
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79977a58..abe5ed6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.86 2018-04-20 Wekan release + +This release adds the following new features: + +- Updated translations: German and Turkish; +- Updated Caddy to newest version for Snap. + +Thanks to translators and Caddy developers ! + # v0.85 2018-04-18 Wekan release This release fixes the following bugs: diff --git a/package.json b/package.json index 34cd48c3..af7a5765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.85.0", + "version": "0.86.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index f09abed0..26343921 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 = 70, + appVersion = 71, # Increment this for every release. - appMarketingVersion = (defaultText = "0.85.0~2018-04-18"), + appMarketingVersion = (defaultText = "0.86.0~2018-04-20"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |