This commit is contained in:
Lauri Ojansivu 2019-08-29 00:51:06 +03:00
parent 7761a22bb4
commit 9c15fb1e69
5 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,12 @@
# v3.29 2019-08-29 Wekan release
This release fixes the following bugs:
- [Fix Snap](https://github.com/wekan/wekan/commit/7761a22bb4e88ad9a5a39ed84e1ff244015c3a58).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v3.28 2019-08-29 Wekan release
This release fixes the following bugs:

View file

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

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.28.0",
"version": "v3.29.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.28.0",
"version": "v3.29.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 = 330,
appVersion = 331,
# Increment this for every release.
appMarketingVersion = (defaultText = "3.28.0~2019-08-29"),
appMarketingVersion = (defaultText = "3.29.0~2019-08-29"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,