From af3b60985202a7ca5a02ee1a3bb4c5c4c1915f22 Mon Sep 17 00:00:00 2001 From: Heesu Suh Date: Thu, 24 Oct 2024 15:44:07 +0900 Subject: [PATCH] version 0.1.6 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8a9a271..c8d2018 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.1.5", + "version": "0.1.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/package-lock.json b/package-lock.json index 492ff36..655a740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-composer", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-composer", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.27.3", diff --git a/package.json b/package.json index 128248b..6119bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-composer", - "version": "0.1.5", + "version": "0.1.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fbcbbd1..f52621f 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "0.1.2": "0.15.0", "0.1.3": "0.15.0", "0.1.4": "0.15.0", - "0.1.5": "0.15.0" + "0.1.5": "0.15.0", + "0.1.6": "0.15.0" } \ No newline at end of file