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 @@ -5,14 +5,14 @@
<name>Privacy</name>
<summary>-</summary>
<description><![CDATA[The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.]]></description>
<version>1.8.0</version>
<version>1.9.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Georg Ehrke</author>
<namespace>Privacy</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
<dependencies>
<nextcloud min-version="24" max-version="24" />
<nextcloud min-version="25" max-version="25" />
</dependencies>
<default_enable />
<settings>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privacy",
"version": "1.8.0",
"version": "1.9.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"scripts": {
Expand Down