Skip to content

Commit

Permalink
Add Nextcloud 25 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2022
1 parent 8b4f188 commit fb3ed8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<name>Recommendations</name>
<summary>Shows recommended files</summary>
<description>Shows recommended files for quick access of files and folders with recent activity</description>
<version>1.4.0</version>
<version>1.5.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
<default_enable/>
<namespace>Recommendations</namespace>
<category>office</category>
<dependencies>
<nextcloud min-version="25" max-version="25" />
<nextcloud min-version="26" max-version="26" />
</dependencies>
<commands>
<command>OCA\Recommendations\Command\GetRecommendations</command>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_recommendation",
"version": "1.4.0",
"version": "1.5.0",
"description": "Shows recommended files in Nextcloud",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fb3ed8c

Please sign in to comment.