This commit is contained in:
Lauri Ojansivu 2018-08-12 17:36:06 +03:00
parent b015b5b724
commit 79e464bf90
3 changed files with 19 additions and 3 deletions

View file

@ -1,3 +1,19 @@
# v1.29 2018-08-12 Wekan release
This release fixes the following bugs:
- [Revert Fix lint errors, that caused breakage](https://github.com/wekan/wekan/commit/b015b5b7240f5fb5a715843dce5d35907345eb4a).
Thanks to GitHub user xet7 for contributions.
# v1.28 2018-08-12 Wekan release
This release fixes the following bugs:
- [Fix lint errors](https://github.com/wekan/wekan/commit/f5515cb95fc93882e5e1098d6043267b9260b9d7).
Thanks to GitHub user xet7 for contributions.
# v1.27 2018-08-12 Wekan release
This release add the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.27.0",
"version": "1.29.0",
"description": "The open-source Trello-like 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 = 112,
appVersion = 114,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.27.0~2018-08-12"),
appMarketingVersion = (defaultText = "1.29.0~2018-08-12"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,