This commit is contained in:
Lauri Ojansivu 2018-05-19 14:20:08 +03:00
parent 27f9e9e104
commit f48e2fbd14
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# v0.97 2018-06-19 Wekan release
Updated translations.
# v0.96 2018-05-19 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.96.0",
"version": "0.97.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 81,
appVersion = 82,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.96.0~2018-05-19"),
appMarketingVersion = (defaultText = "0.97.0~2018-05-19"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,