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 Härtl <jus@bitgrid.net>2018-08-03 17:28:48 +0300
committerJulius Härtl <jus@bitgrid.net>2018-10-04 11:07:38 +0300
commitce17f3abada24ba691452ad6ca17a55d1d823a70 (patch)
tree75236ae7a9458f96ccfc9e79dd6d0f41f4c238b9 /appinfo
parent771d5e7b630105ffa623b8754f9e145771ac532e (diff)
Make app compatible to Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8a675e6..99c83fe 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,11 +23,11 @@ Users will now get redirected to the first app of the default order or to the
first app of the user order.
</description>
<category>customization</category>
- <version>0.4.0</version>
+ <version>0.5.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<dependencies>
- <nextcloud min-version="12" max-version="13" />
+ <nextcloud min-version="12" max-version="14" />
</dependencies>
<namespace>AppOrder</namespace>
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>