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:
authorJoas Schilling <coding@schilljs.com>2022-04-15 00:18:22 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-15 00:18:22 +0300
commitc3601dcbe4444787cc39f33581b519a29e72c52c (patch)
treec5a5fb8fa7359eb9d2d085c2d9d33ade762fbb0c
parentbde0baffca871ca0e9c0e5247f1c022b601465cd (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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": {