mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v1.53.7
This commit is contained in:
parent
74a89e6610
commit
219091eb5e
3 changed files with 12 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,4 +1,12 @@
|
||||||
# v1.53.6 2018-10-10 Wekan release
|
# v1.53.7 2018-10-10 Wekan Edge release
|
||||||
|
|
||||||
|
This release adds the following new features:
|
||||||
|
|
||||||
|
- Try MongoDB 4.0.3
|
||||||
|
|
||||||
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
|
# v1.53.6 2018-10-10 Wekan Edge release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v1.53.6",
|
"version": "v1.53.7",
|
||||||
"description": "The open-source kanban",
|
"description": "The open-source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -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 = 150,
|
appVersion = 151,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.53.6~2018-10-10"),
|
appMarketingVersion = (defaultText = "1.53.7~2018-10-10"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue