Skip to content

Commit 0cd1c53

Browse files
committed
feat(deps): Add Nextcloud 32 support on master
Signed-off-by: Joas Schilling <[email protected]>
1 parent a023ef9 commit 0cd1c53

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

β€Ž.github/workflows/npm-audit-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

β€Ž.github/workflows/update-nextcloud-ocp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
23+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

β€Žappinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Folders can be configured from *Team folders* in the admin settings.
1313
1414
After a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.
1515
]]></description>
16-
<version>19.0.0-alpha.2</version>
16+
<version>20.0.0-dev.0</version>
1717
<licence>agpl</licence>
1818
<author>Robin Appelman</author>
1919
<namespace>GroupFolders</namespace>
@@ -33,7 +33,7 @@ After a folder is created, the admin can give access to the folder to one or mor
3333
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>
3434

3535
<dependencies>
36-
<nextcloud min-version="31" max-version="31" />
36+
<nextcloud min-version="32" max-version="32" />
3737
</dependencies>
3838

3939
<background-jobs>

β€Žpackage-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@
7878
"webdav": "^5.7.1",
7979
"whatwg-fetch": "^3.6.20"
8080
},
81-
"version": "19.0.0-alpha.1"
81+
"version": "20.0.0-dev.0"
8282
}

0 commit comments

Comments
Β (0)