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",