From f115e33f6672bfe6fa625b190a01514f8aaa8870 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 12 Dec 2017 14:30:02 +0200 Subject: [PATCH] v0.61 --- 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 69e5abf1f..237be519c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.61 2017-12-12 Wekan release This release adds the following new features: @@ -9,7 +9,7 @@ This release adds the following new features: * [Make it easier to see the Add Card button at top of list](https://github.com/wekan/wekan/pull/1392); * [Add mixmax:smart-disconnect to lower CPU usage when browser tab is not selected](https://github.com/wekan/wekan-mongodb/issues/2); * Update tranlations. Add Latvian language; -* Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18. +* Update to Node 4.8.4 and MongoDB 3.2.18. and fixes the following bugs: diff --git a/package.json b/package.json index 46e7d2346..369bd5d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.60.0", + "version": "0.61.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 4d0009264..2aa3e1fda 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 = 45, + appVersion = 46, # Increment this for every release. - appMarketingVersion = (defaultText = "0.60.0~2017-11-29"), + appMarketingVersion = (defaultText = "0.61.0~2017-12-12"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,