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:
authorMorris Jobke <hey@morrisjobke.de>2020-09-18 13:50:29 +0300
committerGitHub <noreply@github.com>2020-09-18 13:50:29 +0300
commitb47c480f7aac8f8a35ccb598947ce9864622d035 (patch)
tree7c5085fea2df8952cb53663d5a6e9176dcb76841
parent895faee546e7d2ac831d88897f6b9261f174a3ff (diff)
parent9cb7aaac9f9c70e7028f816973e43e9b46dedf6f (diff)
Merge pull request #519 from nextcloud/update-master-version
Update version on master
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 6bc22ea..67a6d3f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.3', '7.4']
name: php${{ matrix.php-versions }}
steps:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dd051f3..be1dd62 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.4.0</version>
+ <version>1.5.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="20" max-version="20" />
+ <nextcloud min-version="21" max-version="21" />
</dependencies>
<default_enable />
<settings>
diff --git a/package.json b/package.json
index 56ef5f6..8f8f15f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "Place this app in **nextcloud/apps/**",
"main": "js/privacy.js",
"directories": {