From f1a9e30956f96d600057ead94458a912f28ca649 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 15 Apr 2020 00:05:48 +0300 Subject: v3.96 --- sandstorm-pkgdef.capnp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sandstorm-pkgdef.capnp') diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 0b2f1c36..d7c78aa6 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -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}}") ] -- cgit v1.2.3-1-g7c22