summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-12 14:30:02 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-12 14:30:02 +0200
commitf115e33f6672bfe6fa625b190a01514f8aaa8870 (patch)
tree8e255f5f187e69d3659781b3f7eb027f8a51bd4f
parent6e8a84eaa7a4b20b7a3ee628e835f1998fb0359f (diff)
downloadwekan-0.61.tar.gz
wekan-0.61.tar.bz2
wekan-0.61.zip
v0.61v0.61
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69e5abf1..237be519 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 46e7d234..369bd5d3 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 4d000926..2aa3e1fd 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,