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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-12-21 13:05:31 +0300
committerdaita <maxence@pontapreta.net>2016-12-21 13:05:31 +0300
commit5647b42cc22e9429380dfb759addeeb8832a29c4 (patch)
treed58cc2a4790e05d8d404093e5584bb5a470cf304 /appinfo
parent44cbed6d92fdd765b79e646d72e496f80534864d (diff)
1.0.1
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 8848f8c..c7b4e44 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -40,7 +40,7 @@
</description>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
@@ -58,7 +58,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/nextant/master/screenshots/admin.jpg</screenshot>
<dependencies>
<owncloud min-version="9.0" max-version="9.2" />
- <nextcloud min-version="9" max-version="11" />
+ <nextcloud min-version="9" max-version="12" />
</dependencies>
<background-jobs>
<job>OCA\Nextant\Cron\BackgroundIndex</job>