|
@@ -1,4 +1,4 @@
|
|
-# Use use the meteor-spk tool to generate a sandstorm package (spk) from this
|
|
|
|
|
|
+'# Use use the meteor-spk tool to generate a sandstorm package (spk) from this
|
|
# meteor application source code. https://github.com/sandstorm-io/meteor-spk
|
|
# meteor application source code. https://github.com/sandstorm-io/meteor-spk
|
|
@0xa5275bd3ad124e12;
|
|
@0xa5275bd3ad124e12;
|
|
|
|
|
|
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|
appTitle = (defaultText = "Wekan"),
|
|
appTitle = (defaultText = "Wekan"),
|
|
# The name of the app as it is displayed to the user.
|
|
# The name of the app as it is displayed to the user.
|
|
|
|
|
|
- appVersion = 406,
|
|
|
|
|
|
+ appVersion = 407,
|
|
# Increment this for every release.
|
|
# Increment this for every release.
|
|
|
|
|
|
- appMarketingVersion = (defaultText = "4.06.0~2020-05-25"),
|
|
|
|
|
|
+ appMarketingVersion = (defaultText = "4.07.0~2020-05-26"),
|
|
# Human-readable presentation of the app version.
|
|
# Human-readable presentation of the app version.
|
|
|
|
|
|
minUpgradableAppVersion = 0,
|
|
minUpgradableAppVersion = 0,
|