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

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-09-05 16:22:39 +0300
committerGitHub <noreply@github.com>2019-09-05 16:22:39 +0300
commitfff4d7e0080117072ec533b571a63639d0e3f53c (patch)
treeba9c1d58cf86c0cf0367453a79c4313f9d947b61
parent5d2fcdd0e86b2435b82a4ca534057cf250d6e3d8 (diff)
parent786405c2d047a12fd2c1f88f7a21329575e9b635 (diff)
Merge pull request #85 from nextcloud/update-master-version
Update version on master
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 11c6a38..0c19fd9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Right click</name>
<summary>Right click menu for Nextcloud</summary>
<description><![CDATA[This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders.]]></description>
- <version>0.14.2</version>
+ <version>0.15.0</version>
<licence>AGPL</licence>
<author mail="samy@nastuzzi.fr" homepage="https://samy.nastuzzi.fr">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
@@ -16,7 +16,7 @@
<documentation>https://github.com/nextcloud/files_rightclick</documentation>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
- <nextcloud min-version="14" max-version="17" />
+ <nextcloud min-version="14" max-version="18" />
</dependencies>
<default_enable />
</info>