From 7b43febe5ab9940aa9b06acf3827d6f4078cfec0 Mon Sep 17 00:00:00 2001 From: Heesu Suh Date: Mon, 14 Oct 2024 21:53:06 +0900 Subject: [PATCH] version 0.0.9 --- manifest.json | 2 +- versions.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 66ba003..e3cd92d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.0.6", + "version": "0.0.9", "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 6ae9eaf..1a84b89 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,8 @@ "0.0.3": "0.15.0", "0.0.4": "0.15.0", "0.0.5": "0.15.0", - "0.0.6": "0.15.0" + "0.0.6": "0.15.0", + "0.0.7": "0.15.0", + "0.0.8": "0.15.0", + "0.0.9": "0.15.0" }