Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 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 Mar 28, 2024
1 parent dd63358 commit 7f8d5d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
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 @@ -5,7 +5,7 @@
<name>Automated PDF conversion</name>
<summary>Rule based conversion of Documents into the PDF format</summary>
<description>An app to trigger automatic conversion of documents to PDF. Based on admin defined rules, a background job file be set up when a matching file was created or written, or was assigned a tag. Then, LibreOffice is being utilized for converting the document.</description>
<version>1.14.0</version>
<version>1.15.0</version>
<licence>agpl</licence>
<author mail="coding@schilljs.com">Joas Schilling</author>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
Expand All @@ -23,6 +23,6 @@
<screenshot>https://github.com/raw/nextcloud/workflow_pdf_converter/master/screenshots/flow-settings-ui.png</screenshot>
<screenshot small-thumbnail="https://github.com/raw/nextcloud/workflow_pdf_converter/master/screenshots/management-apps_small.png">https://github.com/raw/nextcloud/workflow_pdf_converter/master/screenshots/management-apps.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
</info>
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": "workflow_pdf_converter",
"description": "Workflow for converting to pdf",
"version": "1.14.0",
"version": "1.15.0",
"author": "Julius Härtl <jus@bitgrid.net>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 7f8d5d6

Please sign in to comment.