From 22a289838713c233ccdceb845068ce7edb61a3f7 Mon Sep 17 00:00:00 2001 From: Johan Sanneblad Date: Sun, 9 Aug 2026 21:32:45 +0200 Subject: [PATCH] Bump version to 3.3.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index e5bf958e9..261402e1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "notebook-navigator", "name": "Notebook Navigator", - "version": "3.3.2", + "version": "3.3.3", "minAppVersion": "1.11.0", "description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.", "author": "Johan Sanneblad", diff --git a/package-lock.json b/package-lock.json index 2d1b62c25..ab170896f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notebook-navigator", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notebook-navigator", - "version": "3.3.2", + "version": "3.3.3", "license": "LicenseRef-NotebookNavigator", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 5a0f4e32a..3d1674b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notebook-navigator", - "version": "3.3.2", + "version": "3.3.3", "description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 04396367b..cdb0db5fa 100644 --- a/versions.json +++ b/versions.json @@ -182,5 +182,6 @@ "3.2.4": "1.11.0", "3.3.0": "1.11.0", "3.3.1": "1.11.0", - "3.3.2": "1.11.0" + "3.3.2": "1.11.0", + "3.3.3": "1.11.0" }