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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-28 22:43:52 +0400
committerRobin Appelman <icewind@owncloud.com>2013-01-28 22:46:08 +0400
commit071b830c5b80084010a31c13981bf56bc6b01a40 (patch)
tree1d32005d86e5fdbcf6fb1d01df6f7153612fe698 /user_webfinger
parent1da141b8f20ff0dd7c72fbee35a9adf225bbd8c1 (diff)
change required ownCloud version to 4.91
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_webfinger/appinfo/info.xml b/user_webfinger/appinfo/info.xml
index e3fe3b34f..33e022896 100644
--- a/user_webfinger/appinfo/info.xml
+++ b/user_webfinger/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for external applications. Other apps can provide information for webfinger requests, such as remoteStorage compatibility.</description>
<licence>AGPL or MIT</licence>
<author>Michiel de Jong, Florian Hülsmann</author>
- <require>4.9</require>
+ <require>4.91</require>
<shipped>true</shipped>
<public>
<host-meta>host-meta.php</host-meta>