Skip to content

Commit a946064

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
27+
branches: ['main', 'master', 'stable33', 'stable32', 'stable31']
2828

2929
name: update-nextcloud-ocp-${{ matrix.branches }}
3030

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Data Request</name>
1010
<summary>Request your data from the admins</summary>
1111
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
12-
<version>5.0.0-dev.0</version>
12+
<version>6.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<namespace>DataRequest</namespace>
@@ -20,7 +20,7 @@
2020
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
2121
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
2222
<dependencies>
23-
<nextcloud min-version="33" max-version="33" />
23+
<nextcloud min-version="34" max-version="34" />
2424
</dependencies>
2525

2626
<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": "data_request",
3-
"version": "5.0.0-dev.0",
3+
"version": "6.0.0-dev.0",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)