From fb3ed8c4814f6e8a41dd7e24c13af7adbc2c10b2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 13:16:19 +0200 Subject: [PATCH] Add Nextcloud 25 support on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 60be7abc..3b35399b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Recommendations Shows recommended files Shows recommended files for quick access of files and folders with recent activity - 1.4.0 + 1.5.0 agpl Christoph Wurst Jan-Christoph Borchardt @@ -13,7 +13,7 @@ Recommendations office - + OCA\Recommendations\Command\GetRecommendations diff --git a/package.json b/package.json index 9e5ba679..5a84fd7c 100644 --- a/package.json +++ b/package.json @@ -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": {