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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2016-02-13 09:20:17 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2016-02-13 09:20:47 +0300
commit310797bffb21760ae5068a3ce6ec921f860448be (patch)
treeffab9bbc9da9bfe8a287cd400da5c39f34416ac4
parent02d3468d55adb4c348c0a2fb52a9d93f39bfb6bb (diff)
Update# conform to latest info.xml format, bump to v0.1.1v0.1.1
-rw-r--r--appinfo/info.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0a59bae..7a5fee8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,10 +1,12 @@
<?xml version="1.0"?>
<info>
- <id>registration</id>
- <name>Registration</name>
- <description>User registration</description>
- <licence>AGPL</licence>
- <author>Pellaeon Lin</author>
- <version>0.1.0</version>
- <requiremin>8.1.0</requiremin>
+ <id>registration</id>
+ <name>Registration</name>
+ <description>User registration</description>
+ <licence>AGPL</licence>
+ <author>Pellaeon Lin</author>
+ <version>0.1.1</version>
+ <dependencies>
+ <owncloud min-version="8.1" max-version="10.0"/>
+ </dependencies>
</info>