diff --git a/manifest.json b/manifest.json index 26c0fc8..2b6fe99 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "0.1.8", + "version": "0.1.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/package-lock.json b/package-lock.json index d78a7b1..f827a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-composer", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-composer", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.27.3", diff --git a/package.json b/package.json index de0fba0..91e8cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-composer", - "version": "0.1.8", + "version": "0.1.9", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 720f6f2..7833097 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.1.5": "0.15.0", "0.1.6": "0.15.0", "0.1.7": "0.15.0", - "0.1.8": "0.15.0" + "0.1.8": "0.15.0", + "0.1.9": "0.15.0" } \ No newline at end of file