From b6822b20c99872fd25dbb7485e5d3622eed8ea23 Mon Sep 17 00:00:00 2001 From: Felvesthe <23108389+Felvesthe@users.noreply.github.com> Date: Fri, 9 May 2025 17:49:26 +0200 Subject: [PATCH] Bump version to 1.1.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 d5c2d08..d9ec5ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-locker", "name": "Note Locker", - "version": "1.0.0", + "version": "1.1.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 7a7cf84..a2d3b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "note-locker", - "version": "1.0.0", + "version": "1.1.0", "description": "Lock notes to open in preview mode by default.", "main": "main.js", "scripts": {