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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-04-11 15:31:36 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-11 15:31:36 +0300
commitae116e72d59a83f7d3a77985a489fdc309aea8f7 (patch)
treeadf02529e325a8a7b5794988cc7ff2a9c065fad6 /appinfo
parent02fdc8bf1f24f6395d8ff72165e3e9081842788d (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 e58477c..66e32f9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
always have full control over the content sent to Nextcloud and can disable
it again at any time.
</description>
- <version>1.4.0</version>
+ <version>1.5.0</version>
<licence>agpl</licence>
<author>Joas Schilling, Björn Schiessle</author>
<namespace>Survey_Client</namespace>
@@ -17,7 +17,7 @@
<website>https://github.com/nextcloud/survey_client</website>
<bugs>https://github.com/nextcloud/survey_client/issues</bugs>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="17" max-version="17" />
</dependencies>
<settings>
<admin>OCA\Survey_Client\Settings\AdminSettings</admin>