diff --git a/manifest.json b/manifest.json index beae6f4..0708c03 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-composer", "name": "Smart Composer", - "version": "1.0.5", + "version": "1.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/package-lock.json b/package-lock.json index f4133fd..48db6b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-composer", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-composer", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.27.3", diff --git a/package.json b/package.json index 2d2117f..613b775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-composer", - "version": "1.0.5", + "version": "1.0.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -78,4 +78,4 @@ "uuid": "^10.0.0", "zod": "^3.23.8" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index ab932d3..16fcc49 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.0.5": "0.15.0" + "1.0.5": "0.15.0", + "1.0.6": "0.15.0" } \ No newline at end of file