|
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|
|
appTitle = (defaultText = "Wekan"),
|
|
|
# The name of the app as it is displayed to the user.
|
|
|
|
|
|
- appVersion = 395,
|
|
|
+ appVersion = 396,
|
|
|
# Increment this for every release.
|
|
|
|
|
|
- appMarketingVersion = (defaultText = "3.95.0~2020-04-12"),
|
|
|
+ appMarketingVersion = (defaultText = "3.96.0~2020-04-15"),
|
|
|
# Human-readable presentation of the app version.
|
|
|
|
|
|
minUpgradableAppVersion = 0,
|
|
@@ -259,7 +259,7 @@ const myCommand :Spk.Manifest.Command = (
|
|
|
(key = "OAUTH2_USERINFO_ENDPOINT", value=""),
|
|
|
(key = "OAUTH2_TOKEN_ENDPOINT", value=""),
|
|
|
(key = "LDAP_ENABLE", value="false"),
|
|
|
- (key = "PASSWORD_LOGIN_ENABLED", value="true"),
|
|
|
+ (key = "PASSWORD_LOGIN_ENABLED", value="true"),
|
|
|
(key = "SANDSTORM", value="1"),
|
|
|
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
|
|
|
]
|