mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v0.50
This commit is contained in:
parent
8f1f7a1d56
commit
3ab33ed826
3 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.49.0",
|
||||
"version": "0.50.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 = 36,
|
||||
appVersion = 37,
|
||||
# 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.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue