Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Zipper</name>
<summary>Zip files in your Nextcloud</summary>
<description>Allow zipping files directly in your Nextcloud!</description>
<version>1.5.0</version>
<version>1.6.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<author>Julius Haertl</author>
Expand All @@ -14,6 +14,6 @@
<bugs>https://github.com/nextcloud/files_zip/issues</bugs>
<repository>https://github.com/nextcloud/files_zip.git</repository>
<dependencies>
<nextcloud min-version="28" max-version="29"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
</info>
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": "files_zip",
"description": "Compress selected files to a zip archive",
"version": "1.5.0",
"version": "1.6.0",
"author": "Julius Härtl <jus@bitgrid.net",
"bugs": {
"url": "https://github.com/nextcloud/files_zip/issues"
Expand Down Expand Up @@ -49,4 +49,4 @@
"@nextcloud/vite-config": "^1.2.2",
"@vue/tsconfig": "^0.5.1"
}
}
}