This commit is contained in:
Lauri Ojansivu 2017-10-10 18:08:21 +03:00
parent 8f1f7a1d56
commit 3ab33ed826
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
# v0.50 2017-10-10 Wekan release
This release fixes the following bugs:
* [Fix and update translations](https://github.com/wekan/wekan/issues/1286).
Thanks to GitHub user xet7 for contributions.
# v0.49 2017-10-09 Wekan release # v0.49 2017-10-09 Wekan release
This release fixes the following bugs: This release fixes the following bugs:

View file

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

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"), appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user. # The name of the app as it is displayed to the user.
appVersion = 36, appVersion = 37,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "0.49.0~2017-10-09"), appMarketingVersion = (defaultText = "0.50.0~2017-10-10"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,