diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index c103a16b6..7f1224809 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable25", "stable24"] + branches: ["master", "stable26", "stable25", "stable24"] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 377e7e392..398b7f4a0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ The First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the first run wizard documentation, as well as the theming documentation. - 2.15.0 + 2.16.0 agpl Frank Karlitschek Jan-Christoph Borchardt @@ -26,7 +26,7 @@ The First run wizard can be customized to meet specific design goals, or to chan https://github.com/nextcloud/firstrunwizard.git - + diff --git a/package.json b/package.json index 16d9397fe..5c7a405a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firstrunwizard", "description": "", - "version": "2.15.0", + "version": "2.16.0", "author": "Julius Härtl ", "license": "agpl", "private": true,