mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v0.44
This commit is contained in:
parent
8680d7727b
commit
e6a866cb9e
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.43.0",
|
||||
"version": "0.44.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 = 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue