Skip to content

Commit efabc30

Browse files
committed
feat(deps): Add Nextcloud 35 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent e38a5c9 commit efabc30

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<name>Privacy</name>
1010
<summary>-</summary>
1111
<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>
12-
<version>6.0.0-dev.1</version>
12+
<version>7.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author mail="georg.ehrke@nextcloud.com">Georg Ehrke</author>
1515
<namespace>Privacy</namespace>
1616
<category>tools</category>
1717
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
1818
<dependencies>
19-
<nextcloud min-version="34" max-version="34" />
19+
<nextcloud min-version="35" max-version="35" />
2020
</dependencies>
2121
<default_enable />
2222
<settings>

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,6 +1,6 @@
11
{
22
"name": "privacy",
3-
"version": "6.0.0-dev.0",
3+
"version": "7.0.0-dev.0",
44
"description": "Place this app in **nextcloud/apps/**",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)