Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update version on master
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 14, 2022
commit df1c26fb27617e41554fd7fc0244336cf1082f38
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.3.0</version>
<version>1.4.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="24" max-version="24" />
<nextcloud min-version="25" max-version="25" />
</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.3.0",
"version": "1.4.0",
"description": "Shows recommended files in Nextcloud",
"main": "index.js",
"scripts": {
Expand Down