From 07efeb3553bbfe4e9ca04e1f770e758159396539 Mon Sep 17 00:00:00 2001 From: Felvesthe <23108389+Felvesthe@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:47:18 +0100 Subject: [PATCH] Bump version to 1.3.0 Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com> --- manifest.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c48e65c..9efe1d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "note-locker", "name": "Note Locker", - "version": "1.2.1", + "version": "1.3.0", "minAppVersion": "0.15.0", "description": "Lock notes to open in preview mode by default.", "author": "Felvesthe", "authorUrl": "https://github.com/Felvesthe", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index a3618ac..878bf50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "note-locker", - "version": "1.2.1", + "version": "1.3.0", "description": "Lock notes to open in preview mode by default.", "main": "main.js", "scripts": { @@ -21,4 +21,4 @@ "tslib": "2.4.0", "typescript": "4.7.4" } -} +} \ No newline at end of file