Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

📣 Announcement center: An announcement was posted by an admin]]></description>

<version>2.12.0</version>
<version>2.13.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -32,7 +32,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>

<dependencies>
<nextcloud min-version="24" max-version="24" />
<nextcloud min-version="25" max-version="25" />
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notifications",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"version": "2.12.0",
"version": "2.13.0",
"author": "Joas Schilling <[email protected]>",
"license": "agpl",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/app/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<repository>https://github.com/nextcloud/notifications.git</repository>

<dependencies>
<nextcloud min-version="24" max-version="24" />
<nextcloud min-version="25" max-version="25" />
</dependencies>
</info>