diff --git a/manifest.json b/manifest.json index 2214006..63ea15d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-with-date", "name": "Create Note with Date in This Directory", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.15.0", "description": "Create a new note with today's date in the current directory", "author": "Sangrak Choi", diff --git a/package.json b/package.json index 79fff29..e40b0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-create-note-with-date", - "version": "0.2.3", + "version": "0.2.4", "description": "Create a new note with today's date in the current directory", "main": "main.js", "scripts": {