diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b25ac9..f483bdc 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.13.0
+ 1.14.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 7777a7f..1624346 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "workflow_pdf_converter",
- "version": "1.13.0",
+ "version": "1.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "workflow_pdf_converter",
- "version": "1.13.0",
+ "version": "1.14.0",
"license": "agpl",
"dependencies": {
"@nextcloud/vue": "^5.4.0",
diff --git a/package.json b/package.json
index 37195e7..7b2b551 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "workflow_pdf_converter",
"description": "Workflow for converting to pdf",
- "version": "1.13.0",
+ "version": "1.14.0",
"author": "Julius Härtl ",
"license": "agpl",
"private": true,