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 <coding@schilljs.com>2021-06-24 16:21:23 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 16:21:23 +0300
commitdb2b6e3aef80aab350b6e9bb565516328950803a (patch)
tree217afb005b96e6b6629bda5fa9b872dcba9e1699 /appinfo/info.xml
parente75a6be3425e6cb988fab12a4443942a460bc8ea (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ec0058e..5ef3b28 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.1.0</version>
+ <version>1.2.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="22" max-version="22" />
+ <nextcloud min-version="23" max-version="23" />
</dependencies>
<default_enable />
</info>