Skip to content

Commit 70fab03

Browse files
committed
feat(deps): Add Nextcloud 32 support
Signed-off-by: Joas Schilling <[email protected]>
1 parent 9fd7f55 commit 70fab03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
⚡ Activities integration
2222
2323
🔔 Notifications integration]]></description>
24-
<version>7.1.0</version>
24+
<version>7.2.0-dev.0</version>
2525
<licence>agpl</licence>
2626
<author>Joas Schilling</author>
2727
<namespace>AnnouncementCenter</namespace>
@@ -39,7 +39,7 @@
3939
<screenshot>https://github.com/nextcloud/announcementcenter/raw/main/docs/AnnouncementCenterFrontpage.png</screenshot>
4040

4141
<dependencies>
42-
<nextcloud min-version="30" max-version="31" />
42+
<nextcloud min-version="30" max-version="32" />
4343
</dependencies>
4444

4545
<background-jobs>

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "announcementcenter",
3-
"version": "7.0.0-dev.0",
3+
"version": "7.2.0-dev.0",
44
"author": "Joas Schilling <[email protected]>",
55
"license": "AGPL-3.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)