diff options
author | Robin Appelman <robin@icewind.nl> | 2016-07-22 13:04:23 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-07-22 13:04:23 +0200 |
commit | 6062b6365b01070b6989f15c9c50c5be88e6d6e6 (patch) | |
tree | 7589d0afdc47a5a2e387d37da6c26734b6dc9d0c /apps/testing | |
parent | 194c385c7a3200ca939f4ee85c3230cdb869f98e (diff) | |
download | nextcloud-server-6062b6365b01070b6989f15c9c50c5be88e6d6e6.tar.gz nextcloud-server-6062b6365b01070b6989f15c9c50c5be88e6d6e6.zip |
bumb compatible app versions for core apps
Diffstat (limited to 'apps/testing')
-rw-r--r-- | apps/testing/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index 4b81437c53c..5b273e5af75 100644 --- a/apps/testing/appinfo/info.xml +++ b/apps/testing/appinfo/info.xml @@ -7,6 +7,6 @@ <author>Joas Schilling</author> <version>1.0.0</version> <dependencies> - <owncloud min-version="9.1" max-version="9.1" /> + <owncloud min-version="9.1" max-version="9.2" /> </dependencies> </info> |