From 383d2f18be41b9a8044778ba4805767cf8b18ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattha=CC=88us=20Szturc?= Date: Mon, 1 Feb 2021 12:25:15 +0100 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8478934..caec066 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-pdf-plugin", "name": "Better PDF Plugin", - "version": "1.1.0", + "version": "1.1.1", "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 830d952..ad62428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-pdf-plugin", - "version": "1.1.0", + "version": "1.1.1", "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 afa02ad..c8afc82 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.1.1": "0.10.11", "1.1.0": "0.10.11", "1.0.2": "0.9.12", "1.0.1": "0.9.12",