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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-02-03 17:25:52 +0300
committerGitHub <noreply@github.com>2021-02-03 17:25:52 +0300
commitbe7493db9991d7da6305599117fa859b779d6df9 (patch)
tree26dd610c6c586b055b21fd35688fd85ab95de4de
parent5935b7203ef366961d5039cdb35f7b6cd4418e18 (diff)
parent8d2462e7e80af83f38b35067c7e933a87153c8a6 (diff)
Merge pull request #112 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 db018a6..ec0058e 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.0.0</version>
+ <version>1.1.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="21" max-version="21" />
+ <nextcloud min-version="22" max-version="22" />
</dependencies>
<default_enable />
</info>