Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 28 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 17, 2023
1 parent ce72f72 commit 268b32f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable26", "stable25", "stable24"]
branches: ["master", "stable27", "stable26", "stable25", "stable24"]

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 @@ -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.
</description>

<version>2.16.0</version>
<version>2.17.0</version>
<licence>agpl</licence>
<author>Frank Karlitschek</author>
<author>Jan-Christoph Borchardt</author>
Expand All @@ -26,7 +26,7 @@ The First run wizard can be customized to meet specific design goals, or to chan
<repository>https://github.com/nextcloud/firstrunwizard.git</repository>

<dependencies>
<nextcloud min-version="27" max-version="27" />
<nextcloud min-version="28" max-version="28" />
</dependencies>

<settings>
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": "firstrunwizard",
"description": "",
"version": "2.16.0",
"version": "2.17.0",
"author": "Julius Härtl <jus@bitgrid.net>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 268b32f

Please sign in to comment.