Skip to content

Commit

Permalink
Merge pull request #257 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 32 support on master
  • Loading branch information
blizzz authored Jan 23, 2025
2 parents c2f3980 + ee29970 commit e27d988
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
target-branch: stable31
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -77,7 +77,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
target-branch: stable30
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand All @@ -90,7 +90,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When an event happens where all conditions are apply, the user will receive a re
![Flow Notification](https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png)
]]></description>
<version>2.0.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Arthur Schiwon</author>
<namespace>FlowNotifications</namespace>
Expand All @@ -31,6 +31,6 @@ When an event happens where all conditions are apply, the user will receive a re
<screenshot>https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/configuration.png</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</dependencies>
</info>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow_notifications",
"version": "2.0.0",
"version": "3.0.0-dev.0",
"description": "",
"main": "src/main.js",
"directories": {
Expand Down

0 comments on commit e27d988

Please sign in to comment.