Skip to content

Commit

Permalink
Merge pull request #352 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support on master
  • Loading branch information
AndyScherzinger authored Mar 29, 2024
2 parents 9329067 + fb9c0d0 commit 7463363
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

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 @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<name>Profiler</name>
<summary>Profiler for nextcloud</summary>
<description><![CDATA[Provides a profiler for Nextcloud. Making developing fast apps easier.]]></description>
<version>1.5.0</version>
<version>1.6.0</version>
<licence>agpl</licence>
<author>Carl Schwan</author>
<namespace>Profiler</namespace>
Expand All @@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<repository>https://github.com/nextcloud/profiler.git</repository>

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

<commands>
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,7 +1,7 @@
{
"name": "profiler",
"description": "Built-in profiler for Nextcloud",
"version": "1.5.0",
"version": "1.6.0",
"author": "Carl Schwan <carl@carlschwan.eu>",
"contributors": [
"Carl Schwan <carl@carlschwan.eu>"
Expand Down

0 comments on commit 7463363

Please sign in to comment.