Update# conform to latest info.xml format, bump to v0.1.1
This commit is contained in:
parent
02d3468d55
commit
310797bffb
|
|
@ -1,10 +1,12 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info>
|
||||||
<id>registration</id>
|
<id>registration</id>
|
||||||
<name>Registration</name>
|
<name>Registration</name>
|
||||||
<description>User registration</description>
|
<description>User registration</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Pellaeon Lin</author>
|
<author>Pellaeon Lin</author>
|
||||||
<version>0.1.0</version>
|
<version>0.1.1</version>
|
||||||
<requiremin>8.1.0</requiremin>
|
<dependencies>
|
||||||
|
<owncloud min-version="8.1" max-version="10.0"/>
|
||||||
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue