summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r--apps/oauth2/appinfo/info.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index ccddc9a8f71..689cb0f4377 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.1.0</version>
+ <version>1.1.1</version>
<default_enable/>
<types>
<authentication/>
@@ -15,6 +15,12 @@
<nextcloud min-version="13" max-version="13" />
</dependencies>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\OAuth2\Migration\SetTokenExpiration</step>
+ </post-migration>
+ </repair-steps>
+
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>
</settings>