This commit is contained in:
Lauri Ojansivu 2021-03-02 16:40:50 +02:00
parent de13b8b9ba
commit d4dd5d7a61
7 changed files with 8524 additions and 49 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 = 501,
appVersion = 502,
# Increment this for every release.
appMarketingVersion = (defaultText = "5.01.0~2021-02-26"),
appMarketingVersion = (defaultText = "5.02.0~2021-03-02"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,