Skip to content
Merged
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
version 0.2.0
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jun 13, 2023
commit 6b85f32df4e29e488dfef3126a840be6618f889a
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to prevent versions from taking up an ever increasing amount of space.
- install the app
- check if bucket versioning is enabled for your storage using `occ files_versions_s3:status`
- enable bucket versioning if not yet enabled using `occ files_versions_s3:enable <id>`]]></description>
<version>0.1.10</version>
<version>0.2.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>FilesVersionsS3</namespace>
Expand All @@ -32,7 +32,7 @@ to prevent versions from taking up an ever increasing amount of space.
<repository type="git">https://github.com/nextcloud/files_versions_s3.git</repository>

<dependencies>
<nextcloud min-version="24" max-version="26" />
<nextcloud min-version="26" max-version="27" />
</dependencies>

<commands>
Expand Down