This commit is contained in:
Lauri Ojansivu 2020-04-28 19:02:42 +03:00
parent 1d89e96dd1
commit 3d5abd60cc
7 changed files with 331 additions and 326 deletions

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 = 400,
appVersion = 401,
# Increment this for every release.
appMarketingVersion = (defaultText = "4.00.0~2020-04-27"),
appMarketingVersion = (defaultText = "4.01.0~2020-04-28"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,