mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v1.74
This commit is contained in:
parent
21a8c7cc45
commit
d4ec0cc647
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.74 2018-11-17 Wekan release
|
||||||
|
|
||||||
|
- Update version number to get this released to snap. Thanks to xet7.
|
||||||
|
|
||||||
# v1.73 2018-11-17 Wekan release
|
# v1.73 2018-11-17 Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release fixes the following bugs:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v1.73.0",
|
"version": "v1.74.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appVersion = 176,
|
appVersion = 176,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.73.0~2018-11-17"),
|
appMarketingVersion = (defaultText = "1.74.0~2018-11-17"),
|
||||||
# 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