Skip to content

Commit

Permalink
chore: Prepare v1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Sep 16, 2024
1 parent 8bb1afd commit ae096f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>end_to_end_encryption</id>
<name>End-to-End Encryption</name>
<summary>End-to-end encryption endpoint</summary>
Expand All @@ -9,19 +9,20 @@ Provides the necessary endpoint to enable end-to-end encryption.
**Notice:** E2EE is currently not compatible to be used together with server-side encryption
]]></description>
<version>1.16.0-beta.1</version>
<version>1.16.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>EndToEndEncryption</namespace>
<types>
<filesystem/>
<dav/>
<filesystem />
<dav />
</types>
<category>files</category>
<website>https://github.com/nextcloud/end_to_end_encryption</website>
<bugs>https://github.com/nextcloud/end_to_end_encryption/issues</bugs>
<repository type="git">https://github.com/nextcloud/end_to_end_encryption.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png</screenshot>
<screenshot>
https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="30" />
</dependencies>
Expand All @@ -37,4 +38,4 @@ Provides the necessary endpoint to enable end-to-end encryption.
<plugin>OCA\EndToEndEncryption\Connector\Sabre\PropFindPlugin</plugin>
</plugins>
</sabre>
</info>
</info>

0 comments on commit ae096f6

Please sign in to comment.