Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-09-23 12:15:53 +0300
committerGitHub <noreply@github.com>2022-09-23 12:15:53 +0300
commit997adf668d522f55a72d8b82002817e9faff5ab5 (patch)
tree70c13a9b5605da0c3f7b52c8258af084cb1102ae
parentcf1d8902db62e78d2fc7d7135098c77092f9e4e9 (diff)
parent3c3037b31f85ea7e463fd38ac1babf0446e71ced (diff)
Merge pull request #789 from nextcloud/update-master-version
Add Nextcloud 25 support on master
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3c31342..9070ff7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.9.0</version>
+ <version>1.10.0</version>
<licence>agpl</licence>
<author mail="georg.ehrke@nextcloud.com">Georg Ehrke</author>
<namespace>Privacy</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/privacy/issues/</bugs>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
<default_enable />
<settings>
diff --git a/package.json b/package.json
index 76da18e..9f600e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy",
- "version": "1.9.0",
+ "version": "1.10.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"scripts": {