1
0
Fork 0
mirror of https://github.com/ChristophWurst/twofactor_test synced 2025-10-03 09:19:15 +02:00

increase max-version

This commit is contained in:
Christoph Wurst 2016-08-19 13:53:12 +02:00
parent cdc91b289c
commit c46ba66689

View file

@ -2,7 +2,7 @@
<info>
<id>twofactor_test</id>
<name>Two Factor Test Provider</name>
<description>An Two-Factor-Auth Test Provider for ownCloud 9.1</description>
<description>An Two-Factor-Auth Test Provider</description>
<licence>AGPL</licence>
<author>Christoph Wurst</author>
<version>0.0.1</version>
@ -18,6 +18,6 @@
</two-factor-providers>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
<owncloud min-version="9.1" max-version="9.2" />
</dependencies>
</info>