diff options
Diffstat (limited to 'apps/testing/appinfo/info.xml')
-rw-r--r-- | apps/testing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index b11ec2f88e6..cfbe75ddadc 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -1,12 +1,12 @@ <?xml version="1.0"?> <info> <id>testing</id> - <name>QA Testing</name> + <name>QA testing</name> <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description> <licence>AGPL</licence> <author>Joas Schilling</author> <version>0.1.0</version> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> |