Skip to content

Commit

Permalink
Merge pull request #762 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Aug 15, 2024
2 parents 12e6735 + c1d0d86 commit 094bbf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

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 @@ -14,7 +14,7 @@ It is also possible to add links only for a given language, device type or user
More information is available in the External sites documentation.]]></description>

<version>5.5.1</version>
<version>6.0.0</version>
<licence>agpl</licence>

<author>Joas Schilling</author>
Expand All @@ -38,7 +38,7 @@ More information is available in the External sites documentation.]]></descripti
<screenshot>https://github.com/nextcloud/external/raw/master/docs/page-sample.png</screenshot>

<dependencies>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="31" max-version="31" />
</dependencies>

<repair-steps>
Expand Down
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": "external",
"version": "5.5.0",
"version": "6.0.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down

0 comments on commit 094bbf4

Please sign in to comment.