From 9a2ceecbff4809e3cc2b952028e8f3d0e4831273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Niclas=20W=C3=A4chtler?= <54584804+cubexy@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:31:17 +0200 Subject: [PATCH] 1.1.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index dfcada7..97cc52f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pdf-printer", "name": "PDF Printer", - "version": "1.1.3", + "version": "1.1.4", "minAppVersion": "1.1.0", "description": "Convert PDF documents to images directly in your notes without external dependencies.", "author": "cubexy", diff --git a/package-lock.json b/package-lock.json index 29c1aa7..ddde0e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pdf-printer", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pdf-printer", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "uuid": "^11.1.0" diff --git a/package.json b/package.json index 577221e..3f6ae2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf-printer", - "version": "1.1.3", + "version": "1.1.4", "description": "Convert your PDF notes/files to images without external dependencies.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b506219..b80b1c3 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.1.3": "1.8.9" + "1.1.4": "1.8.9" }