Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-22 15:46:52 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-22 15:46:52 +0300
commit7400ff05ace659ad7755a01428bed57376c9e98b (patch)
treeeeed863bc1912a56bea4150b04b8382d81b8d8ea /apps/files_versions/appinfo/info.xml
parent6062b6365b01070b6989f15c9c50c5be88e6d6e6 (diff)
Also increase the min version
Diffstat (limited to 'apps/files_versions/appinfo/info.xml')
-rw-r--r--apps/files_versions/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index cc05cc73092..b167104016a 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -15,7 +15,7 @@ In addition to the expiry of versions, the versions app makes certain never to u
</types>
<namespace>Files_Versions</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-versions</user>