This commit is contained in:
Lauri Ojansivu 2019-06-21 18:11:19 +03:00
parent 353768b4b5
commit d2dfcf36d9
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
# v2.88 2019-06-21 Wekan release
This release adds the following updates:
- Update translations.
Thanks to translators for their translations.
# v2.87 2019-06-21 Wekan release
This release adds the following new features:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v2.87.0"
appVersion: "v2.88.0"
files:
userUploads:
- README.md

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v2.87.0",
"version": "v2.88.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 = 289,
appVersion = 290,
# Increment this for every release.
appMarketingVersion = (defaultText = "2.87.0~2019-06-21"),
appMarketingVersion = (defaultText = "2.88.0~2019-06-21"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,