mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
v1.77
This commit is contained in:
parent
24b61cf772
commit
7432af67c1
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
# v1.77 2018-11-20 Wekan release
|
||||
|
||||
- Update version number. Trying to get Snap automatic review working, so that
|
||||
it would accept new Wekan release.
|
||||
|
||||
# v1.76 2018-11-20 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v1.76.0",
|
||||
"version": "v1.77.0",
|
||||
"description": "Open-Source 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 = 179,
|
||||
appVersion = 180,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "1.76.0~2018-11-20"),
|
||||
appMarketingVersion = (defaultText = "1.77.0~2018-11-20"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue