From e58701538d3a9af97ed77eef1d11c239aa07fa7f Mon Sep 17 00:00:00 2001 From: Sangrak Choi Date: Sat, 3 May 2025 04:00:53 +0900 Subject: [PATCH] chore: release 0.2.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {