diff --git a/manifest.json b/manifest.json index caec066..e85c509 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-pdf-plugin", "name": "Better PDF Plugin", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.10.11", "description": "Goal of this Plugin in to implement a native PDF handling workflow", "author": "MSzturc", diff --git a/package.json b/package.json index ad62428..6e1c51a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-pdf-plugin", - "version": "1.1.1", + "version": "1.1.2", "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 c8afc82..e6f293f 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,5 @@ { + "1.1.2": "0.10.11", "1.1.1": "0.10.11", - "1.1.0": "0.10.11", - "1.0.2": "0.9.12", - "1.0.1": "0.9.12", - "1.0.0": "0.9.7" + "1.1.0": "0.10.11" }