diff --git a/manifest.json b/manifest.json index 15e7a7f..49a5675 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.4", + "version": "0.2.5", "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 e40b0c7..373e21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-create-note-with-date", - "version": "0.2.4", + "version": "0.2.5", "description": "Create a new note with today's date in the current directory", "main": "main.js", "scripts": {