From e190fccac503c1765369993667ebda7ba8ea962c Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Tue, 23 Sep 2025 00:33:01 +0200 Subject: [PATCH] Release v.1.2.4 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f13b359..faf897f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-explorer-note-count", "name": "File Explorer Note Count", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "1.2.0", "description": "The plugin helps you to see the number of notes under each folder within the file explorer.", "author": "Ozan Tellioglu", diff --git a/package.json b/package.json index 1b02d12..370974f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-explorer-note-count", - "version": "1.2.3", + "version": "1.2.4", "description": "You can see the number of notes under each folder within the file explorer", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a03129b..cdc4d3a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.2.4": "1.2.0", "1.2.3": "1.2.0", "1.2.2": "1.2.0", "1.2.1": "1.2.0",