diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 252afd7..e7023ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index bbeec0c..69498cc 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -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 }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 6ace0be..f554afb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 2.0.0 + 3.0.0-dev.0 agpl Arthur Schiwon FlowNotifications @@ -31,6 +31,6 @@ When an event happens where all conditions are apply, the user will receive a re https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/configuration.png - + diff --git a/package-lock.json b/package-lock.json index e28142c..ba1a222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flow_notifications", - "version": "2.0.0", + "version": "3.0.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flow_notifications", - "version": "2.0.0", + "version": "3.0.0-dev.0", "license": "AGPL-3.0-or-later", "dependencies": { "vue": "^2.6.14" diff --git a/package.json b/package.json index 9d3bf5e..1d87910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flow_notifications", - "version": "2.0.0", + "version": "3.0.0-dev.0", "description": "", "main": "src/main.js", "directories": {