Skip to content

Commit

Permalink
Merge pull request #680 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 29 support on master
  • Loading branch information
Pytal authored Nov 23, 2023
2 parents 49bbb11 + 4a3f20d commit 3536718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"]
branches: ["main", "master", "stable28", "stable27", "stable26"]

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
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>2.0.0</version>
<version>2.1.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="28" max-version="28" />
<nextcloud min-version="29" max-version="29" />
</dependencies>
<commands>
<command>OCA\Recommendations\Command\GetRecommendations</command>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "recommendations",
"description": "Shows recommended files in Nextcloud",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
Expand Down Expand Up @@ -47,4 +47,4 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}
}

0 comments on commit 3536718

Please sign in to comment.