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

github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-20 12:15:39 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-20 12:15:46 +0300
commit86a6dd0ffac5dab43d8a5b9d8f5b8f22b188fe64 (patch)
tree982e00d0dd0d27b30e7d37471c4bb739ec89f81d
parent50fe6a0adf33c5682668f7b1678edf80b53869cf (diff)
Bump version for Nextcloud 17v0.8.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 304bf9b..952fd9d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ personal order by changing the following parameter in your config/config.php:
Users will now get redirected to the first app of the default order or to the
first app of the user order.
</description>
- <version>0.7.0</version>
+ <version>0.8.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>AppOrder</namespace>
@@ -31,7 +31,7 @@ first app of the user order.
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>
<screenshot>https://download.bitgrid.net/nextcloud/apporder/apporder.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="16" max-version="17" />
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>