summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/admin_audit/appinfo/info.xml2
-rw-r--r--apps/comments/appinfo/info.xml2
-rw-r--r--apps/dav/appinfo/info.xml2
-rw-r--r--apps/encryption/appinfo/info.xml2
-rw-r--r--apps/federatedfilesharing/appinfo/info.xml2
-rw-r--r--apps/federation/appinfo/info.xml2
-rw-r--r--apps/files/appinfo/info.xml2
-rw-r--r--apps/files_external/appinfo/info.xml2
-rw-r--r--apps/files_sharing/appinfo/info.xml2
-rw-r--r--apps/files_trashbin/appinfo/info.xml2
-rw-r--r--apps/files_versions/appinfo/info.xml2
-rw-r--r--apps/provisioning_api/appinfo/info.xml2
-rw-r--r--apps/systemtags/appinfo/info.xml2
-rw-r--r--apps/testing/appinfo/info.xml2
-rw-r--r--apps/theming/appinfo/info.xml2
-rw-r--r--apps/updatenotification/appinfo/info.xml2
-rw-r--r--apps/user_ldap/appinfo/info.xml2
17 files changed, 17 insertions, 17 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index 646d266a198..d651fd037d3 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -9,7 +9,7 @@
<author>Nextcloud</author>
<version>1.1.0</version>
<dependencies>
- <owncloud min-version="9.0" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
<logging/>
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index 7b896a7d42e..2bd28dd8954 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -8,7 +8,7 @@
<default_enable/>
<version>1.0.0</version>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
<logging/>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index f9f3db3808a..805027c516b 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\Sync\SyncJob</job>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 8e8bffa0f56..83f4107384d 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -25,7 +25,7 @@
</types>
<dependencies>
<lib>openssl</lib>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index 5373eacd518..711ee091d8f 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -9,6 +9,6 @@
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index 2c2624b3d7f..55491f38b55 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -9,7 +9,7 @@
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<default_enable/>
<types>
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 1a82eaeefce..8b26a6af711 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -11,7 +11,7 @@
<filesystem/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-files</user>
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 58493ef22bc..e8bf11498ae 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -22,6 +22,6 @@
<namespace>Files_External</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 515511b80d3..240b5e61933 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s
<filesystem/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<public>
<files>public.php</files>
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 5cc52aa2700..2b19ba6fe11 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
</types>
<namespace>Files_Trashbin</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-trashbin</user>
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>
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 6d4a1dcca80..2f62ff69b17 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -23,6 +23,6 @@
<prevent_group_restriction/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 1ea869d2d54..1d75610f545 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -9,7 +9,7 @@
<default_enable/>
<version>1.0.0</version>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index 5b273e5af75..1ab6e67805a 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.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 3bf9de495bd..2cc18672a3b 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -10,7 +10,7 @@
<category>other</category>
<dependencies>
- <owncloud min-version="9.0" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 1042d463100..08043827370 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -9,7 +9,7 @@
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<background-jobs>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index ede647c3102..b3141ec0c76 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<namespace>User_LDAP</namespace>