Skip to content

Commit cf409d0

Browse files
committed
feat(deps): Add Nextcloud 35 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 6c77d72 commit cf409d0

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ updates:
66
directory: "/"
77
schedule:
88
interval: weekly
9+
cooldown:
10+
default-days: 10
911
- package-ecosystem: "npm"
1012
directory: "/"
1113
schedule:
1214
interval: "weekly"
15+
cooldown:
16+
default-days: 10

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>Zipper</name>
99
<summary>Zip files in your Nextcloud</summary>
1010
<description>Allow zipping files directly in your Nextcloud!</description>
11-
<version>2.3.0</version>
11+
<version>2.4.0-dev.0</version>
1212
<licence>agpl</licence>
1313
<author>Roeland Jago Douma</author>
1414
<author>Julius Haertl</author>
@@ -18,6 +18,6 @@
1818
<bugs>https://github.com/nextcloud/files_zip/issues</bugs>
1919
<repository>https://github.com/nextcloud/files_zip.git</repository>
2020
<dependencies>
21-
<nextcloud min-version="29" max-version="34"/>
21+
<nextcloud min-version="29" max-version="35"/>
2222
</dependencies>
2323
</info>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "files_zip",
33
"description": "Compress selected files to a zip archive",
4-
"version": "2.3.0",
4+
"version": "2.4.0-dev.0",
55
"author": "Julius Härtl <jus@bitgrid.net",
66
"bugs": {
77
"url": "https://github.com/nextcloud/files_zip/issues"
@@ -54,4 +54,4 @@
5454
"@rollup/rollup-darwin-arm64": "^4.59.0",
5555
"@rollup/rollup-linux-x64-gnu": "^4.59.0"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)