From d1cfbcb623463b4c03227a47086df44ec1bbefe4 Mon Sep 17 00:00:00 2001 From: Heesu Suh Date: Sat, 12 Oct 2024 13:12:11 +0900 Subject: [PATCH] version 0.0.6 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2238272..66ba003 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "0.15.0", "description": "AI chat with note context, smart writing assistance, and one-click edits for your vault.", "author": "Heesu Suh", diff --git a/versions.json b/versions.json index 688216a..6ae9eaf 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.2": "0.15.0", "0.0.3": "0.15.0", "0.0.4": "0.15.0", - "0.0.5": "0.15.0" + "0.0.5": "0.15.0", + "0.0.6": "0.15.0" }