Skip to content

Commit

Permalink
Merge pull request #255 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support
  • Loading branch information
Pytal authored Mar 28, 2024
2 parents 2dd0ac9 + 055daa9 commit c8bbf4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

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,7 +5,7 @@
<summary>File link share download limit</summary>

<description>This app allows limiting the number of downloads for external link shares.</description>
<version>2.0.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>

Expand All @@ -17,7 +17,7 @@
<repository type="git">https://github.com/nextcloud/files_downloadlimit.git</repository>

<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>

<settings>
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "files_downloadlimit",
"description": "Nextcloud link share download counter.",
"version": "1.1.0",
"version": "3.0.0",
"type": "module",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
Expand Down

0 comments on commit c8bbf4d

Please sign in to comment.