From add5d22c4e82041bc69a709daa17e554a0863f4e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 31 Mar 2018 21:20:46 +0300 Subject: v0.79 --- 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 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, -- cgit v1.2.3-1-g7c22