From 25994a8bc0a2925ddee6f2b3884042beeff0d81a Mon Sep 17 00:00:00 2001 From: Heesu Suh Date: Sat, 12 Oct 2024 11:57:38 +0900 Subject: [PATCH] version 0.0.4 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 89446d5..639f2c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.0.3", + "version": "0.0.4", "minAppVersion": "0.15.0", "description": "AI chat with note context, smart writing assistance, and one-click edits for your Obsidian vault.", "author": "Heesu Suh", diff --git a/versions.json b/versions.json index 4d9ebcd..c2a5fcc 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "0.0.2": "0.15.0", - "0.0.3": "0.15.0" + "0.0.3": "0.15.0", + "0.0.4": "0.15.0" }