Skip to content

Commit 7e22925

Browse files
committed
feat(deps): Add Nextcloud 34 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 01d587a commit 7e22925

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.2.0</version>
11+
<version>2.3.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="33"/>
21+
<nextcloud min-version="29" max-version="34"/>
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: 1 addition & 1 deletion
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.2.0",
4+
"version": "2.3.0-dev.0",
55
"author": "Julius Härtl <jus@bitgrid.net",
66
"bugs": {
77
"url": "https://github.com/nextcloud/files_zip/issues"

0 commit comments

Comments
 (0)