From 54036fd7a3ac9bf25b6c601890491af66571d5ff Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 29 Nov 2017 14:18:51 +0200 Subject: v0.60 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 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, -- cgit v1.2.3-1-g7c22