This commit is contained in:
Lauri Ojansivu 2017-09-30 20:29:41 +03:00
parent 8680d7727b
commit e6a866cb9e
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v0.44 2017-09-30 Wekan release
This release adds the following new features:
@ -8,7 +8,7 @@ and fixes the following bugs:
* [Fix errors when importing from Trello](https://github.com/wekan/wekan/pull/1259).
Thanks to GitHub users amadilsons and GhassenRjab for contributions.
Thanks to GitHub users amadilsons and GhassenRjab for their contributions.
# v0.43 2017-09-25 Wekan release

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.43.0",
"version": "0.44.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 = 30,
appVersion = 31,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.43.0~2017-09-25"),
appMarketingVersion = (defaultText = "0.44.0~2017-09-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,