diff --git a/manifest.json b/manifest.json index 19496aa..bfa1de6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-pdf-plugin", "name": "Better PDF Plugin", - "version": "1.3.0", + "version": "1.4.0", "minAppVersion": "0.11.13", "description": "Goal of this Plugin in to implement a native PDF handling workflow", "author": "MSzturc", diff --git a/package.json b/package.json index 8e61bab..4b7a60b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-pdf-plugin", - "version": "1.3.0", + "version": "1.4.0", "description": "Goal of this Plugin in to implement a native PDF handling workflow", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7ca6f92..8da2527 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.4.0": "0.11.13", "1.3.0": "0.11.13", "1.2.0": "0.10.12", "1.1.2": "0.10.11",