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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-26 17:37:49 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 17:37:49 +0300
commitf0270651a41ec6020c0b739d76357df48d25b9d7 (patch)
tree6467b1c23436ba5ff4fdcd94a998ad93fd847965 /appinfo
parent0b8cfa4f867493ab94d5dff7477f021db839def7 (diff)
Use 12 as limiter and not 12.0v1.0.1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 51c1ab0..f8309c3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -31,6 +31,6 @@ The administrator is then logged-in as the user, to switch back to the regular u
<bugs>https://github.com/nextcloud/impersonate/issues</bugs>
<repository type="git">https://github.com/nextcloud/impersonate.git</repository>
<dependencies>
- <nextcloud min-version="12.0" max-version="12.0" />
+ <nextcloud min-version="12" max-version="12" />
</dependencies>
</info>