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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-15 09:21:12 +0300
committerGitHub <noreply@github.com>2022-04-15 09:21:12 +0300
commit7c28c73c9c12f2b0f34e78994eca1f57926a2455 (patch)
treec5a5fb8fa7359eb9d2d085c2d9d33ade762fbb0c
parentbde0baffca871ca0e9c0e5247f1c022b601465cd (diff)
parentc3601dcbe4444787cc39f33581b519a29e72c52c (diff)
Merge pull request #759 from nextcloud/update-master-version
-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 ed9d9f2..3c31342 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.8.0</version>
+ <version>1.9.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="24" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
<default_enable />
<settings>
diff --git a/package.json b/package.json
index e2be66b..6b54da6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy",
- "version": "1.8.0",
+ "version": "1.9.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"scripts": {