From 23d9302f5357d1863a9cec0f2bc6b81c6d76e8c2 Mon Sep 17 00:00:00 2001 From: MSzturc <> Date: Tue, 2 Feb 2021 00:45:01 +0100 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) 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" }