reviewable/pr1860/r2 v1.29
Lauri Ojansivu 7 years ago
parent b015b5b724
commit 79e464bf90
  1. 16
      CHANGELOG.md
  2. 2
      package.json
  3. 4
      sandstorm-pkgdef.capnp

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

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.27.0",
"version": "1.29.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

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

Loading…
Cancel
Save