Skip to content

Commit

Permalink
Merge pull request #618 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed May 18, 2023
2 parents f5367c9 + 34cf9b9 commit c3c8491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.6.0</version>
<version>2.0.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="27" max-version="27" />
<nextcloud min-version="28" max-version="28" />
</dependencies>
<commands>
<command>OCA\Recommendations\Command\GetRecommendations</command>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "files_recommendation",
"version": "1.6.0",
"description": "Shows recommended files in Nextcloud",
"main": "index.js",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
Expand Down

0 comments on commit c3c8491

Please sign in to comment.