diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-05 00:00:32 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:04 +0200 |
commit | c5ad3c9213830abb6d76a7a98d1b308c7ffa187f (patch) | |
tree | 83450efeaca161ff823e63af01ce2febb7401dfa /apps/oauth2/appinfo/info.xml | |
parent | 0a2b57c93fb8231615dbbf2aebba369d78700541 (diff) | |
download | nextcloud-server-c5ad3c9213830abb6d76a7a98d1b308c7ffa187f.tar.gz nextcloud-server-c5ad3c9213830abb6d76a7a98d1b308c7ffa187f.zip |
Increase length of encrypted token in database
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index ebead97eb72..8b24d4581fb 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,7 +6,7 @@ <licence>AGPL</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> - <version>1.0.3</version> + <version>1.0.4</version> <default_enable/> <types> <authentication/> |