Skip to content

Commit 9fad520

Browse files
authored
Merge pull request #512 from nextcloud/update-master-version
Update version on master
2 parents 19ebb03 + df1c26f commit 9fad520

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<name>Recommendations</name>
66
<summary>Shows recommended files</summary>
77
<description>Shows recommended files for quick access of files and folders with recent activity</description>
8-
<version>1.3.0</version>
8+
<version>1.4.0</version>
99
<licence>agpl</licence>
1010
<author>Christoph Wurst</author>
1111
<author>Jan-Christoph Borchardt</author>
1212
<default_enable/>
1313
<namespace>Recommendations</namespace>
1414
<category>office</category>
1515
<dependencies>
16-
<nextcloud min-version="24" max-version="24" />
16+
<nextcloud min-version="25" max-version="25" />
1717
</dependencies>
1818
<commands>
1919
<command>OCA\Recommendations\Command\GetRecommendations</command>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_recommendation",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Shows recommended files in Nextcloud",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)