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>2022-04-19 11:08:08 +0300
committerGitHub <noreply@github.com>2022-04-19 11:08:08 +0300
commit312b2aacf07d8a2d9803d17763f9d9dd7c53853c (patch)
tree60ff31ee06d0feb7f04ac9a136a0e86865003f18
parent6f0d80664c9040005d0235fb370a1a073c8966aa (diff)
parent5fdfd1ffa8681e58f06180a271315fadfd885cf8 (diff)
Merge pull request #136 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 ff9fbdd..ed176cb 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>1.3.0</version>
+ <version>1.4.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 @@
<repository>https://github.com/nextcloud/files_rightclick</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
- <nextcloud min-version="24" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
<default_enable />
</info>