diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0e7ba4b..a45455b 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index ae3f020..c3f0df1 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -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 }} diff --git a/appinfo/info.xml b/appinfo/info.xml index e718a3d..2822623 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Automated PDF conversion Rule based conversion of Documents into the PDF format 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. - 1.15.0 + 2.0.0 agpl Joas Schilling Arthur Schiwon @@ -23,6 +23,6 @@ https://raw.githubusercontent.com/nextcloud/workflow_pdf_converter/master/screenshots/flow-settings-ui.png https://raw.githubusercontent.com/nextcloud/workflow_pdf_converter/master/screenshots/management-apps.png - + diff --git a/package-lock.json b/package-lock.json index ad74e72..5689c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workflow_pdf_converter", - "version": "1.15.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workflow_pdf_converter", - "version": "1.15.0", + "version": "2.0.0", "license": "agpl", "dependencies": { "@nextcloud/vue": "^5.4.0", diff --git a/package.json b/package.json index a92bb0f..f849867 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "workflow_pdf_converter", "description": "Workflow for converting to pdf", - "version": "1.15.0", + "version": "2.0.0", "author": "Julius Härtl ", "license": "agpl", "private": true,