This commit is contained in:
Lauri Ojansivu 2018-12-09 00:49:07 +02:00
parent dd10f78401
commit b143fc9297
3 changed files with 4 additions and 4 deletions

View file

@ -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).

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v1.84.0",
"version": "v1.85.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

View file

@ -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,