From d28ca7e6f146eb5332a51f8ce22d09a4f925db1a Mon Sep 17 00:00:00 2001 From: Heesu Suh Date: Thu, 31 Oct 2024 16:59:10 +0900 Subject: [PATCH] version 1.0.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 2b6fe99..cf78e3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.1.9", + "version": "1.0.0", "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 4bcbe9b..0178ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-composer", - "version": "0.1.9", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-composer", - "version": "0.1.9", + "version": "1.0.0", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.27.3", diff --git a/package.json b/package.json index 2690cc1..83b3d9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-composer", - "version": "0.1.9", + "version": "1.0.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -72,4 +72,4 @@ "uuid": "^10.0.0", "zod": "^3.23.8" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 7833097..a4973ce 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.1.6": "0.15.0", "0.1.7": "0.15.0", "0.1.8": "0.15.0", - "0.1.9": "0.15.0" + "0.1.9": "0.15.0", + "1.0.0": "0.15.0" } \ No newline at end of file