From ac1979f0f5ccec7904051acc0192966d5638394b Mon Sep 17 00:00:00 2001 From: Felvesthe <23108389+Felvesthe@users.noreply.github.com> Date: Fri, 16 May 2025 22:00:07 +0200 Subject: [PATCH] Bump version to 1.2.1 Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com> --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a69e9c9..c48e65c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-locker", "name": "Note Locker", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "Lock notes to open in preview mode by default.", "author": "Felvesthe", diff --git a/package.json b/package.json index b2fed3d..a3618ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "note-locker", - "version": "1.2.0", + "version": "1.2.1", "description": "Lock notes to open in preview mode by default.", "main": "main.js", "scripts": {