mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v1.78
This commit is contained in:
parent
d5be48b905
commit
a27c16e434
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.78 2018-11-20 Wekan release
|
||||||
|
|
||||||
|
- Update translations (de).
|
||||||
|
|
||||||
# v1.77 2018-11-20 Wekan release
|
# v1.77 2018-11-20 Wekan release
|
||||||
|
|
||||||
- Update version number. Trying to get Snap automatic review working, so that
|
- Update version number. Trying to get Snap automatic review working, so that
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v1.77.0",
|
"version": "v1.78.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appVersion = 180,
|
appVersion = 180,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.77.0~2018-11-20"),
|
appMarketingVersion = (defaultText = "1.78.0~2018-11-20"),
|
||||||
# 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