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

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-09-04 18:09:25 +0300
committerJulius Haertl <jus@bitgrid.net>2016-09-04 18:46:39 +0300
commit5d0a472a32ad42e487c2975e4ad37ae547a77204 (patch)
treeaa471a355a59037e4a8fbd5b6693b4ce233c7959
parentfffd7e8d30a34fbe950933fe27f0fce5321ff8de (diff)
Bump version to 0.3.0
-rw-r--r--appinfo/info.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7942aa5..0246597 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,16 +1,20 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>apporder</id>
<name>AppOrder</name>
<description>Sort apps in the menu with drag and drop</description>
- <version>0.2.0</version>
+ <version>0.3.0</version>
<licence>AGPL</licence>
<author>jus</author>
<dependencies>
- <owncloud min-version="9.0" max-version="9.2" />
+ <owncloud min-version="9.1" max-version="9.2" />
+ <nextcloud min-version="10" max-version="11" />
</dependencies>
<namespace>AppOrder</namespace>
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>
+ <bugs>https://github.com/juliushaertl/apporder/issues</bugs>
+ <screenshot>https://bitgrid.net/~jus/apporder-nc.gif</screenshot>
<ocsid>174715</ocsid>
</info>