summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-09 00:49:07 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-09 00:49:07 +0200
commitb143fc9297f7c60b4bd27350d9216ccdae31c67b (patch)
tree42ed9e5a89710f41cf1767571ccda103d5f999e7
parentdd10f78401f1b36815e6b0a1e6dd90b99d8832f0 (diff)
downloadwekan-b143fc9297f7c60b4bd27350d9216ccdae31c67b.tar.gz
wekan-b143fc9297f7c60b4bd27350d9216ccdae31c67b.tar.bz2
wekan-b143fc9297f7c60b4bd27350d9216ccdae31c67b.zip
v1.85v1.85
-rw-r--r--CHANGELOG.md2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bf91a1a..441ceffc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.85 2018-12-09 Wekan release
- Fix [Clicking the scrollbar closes the card on Chrome](https://github.com/wekan/wekan/issues/1404)
by changing [mquandalle:perfect-scrollbar to malihu-jquery-custom-scrollbar](https://github.com/wekan/wekan/pull/2050).
diff --git a/package.json b/package.json
index 4233f31a..9e8e854a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.84.0",
+ "version": "v1.85.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index c107b605..dc9cca9d 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 = 186,
+ appVersion = 187,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.84.0~2018-12-07"),
+ appMarketingVersion = (defaultText = "1.85.0~2018-12-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,