From 2dd1faa08411cdaf920af06540ced87884b265d0 Mon Sep 17 00:00:00 2001 From: Felvesthe <23108389+Felvesthe@users.noreply.github.com> Date: Sun, 11 May 2025 01:39:28 +0200 Subject: [PATCH] Bump version to 1.2.0 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 d9ec5ec..a69e9c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-locker", "name": "Note Locker", - "version": "1.1.0", + "version": "1.2.0", "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 a2d3b20..b2fed3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "note-locker", - "version": "1.1.0", + "version": "1.2.0", "description": "Lock notes to open in preview mode by default.", "main": "main.js", "scripts": {