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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-11 12:52:26 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-11 12:52:26 +0300
commit291c3ffb9f9d8049eb61fc6dc1fbb782d3b4d57b (patch)
treed40a8bc1739c8a3f65331f040dd0c23a144bdda4 /appinfo
parent3f79b0f39bbd41a893b272c1510ebf4ad0238f02 (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 419b466..377667e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re
Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>
- <version>1.13.0</version>
+ <version>1.14.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Joas Schilling</author>
@@ -35,6 +35,6 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
<repository type="git">https://github.com/nextcloud/files_accesscontrol.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_accesscontrol/master/screenshots/flow.png</screenshot>
<dependencies>
- <nextcloud min-version="23" max-version="23" />
+ <nextcloud min-version="24" max-version="24" />
</dependencies>
</info>