diff --git a/manifest.json b/manifest.json index e57c6f5..0a1bf0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.0.7", + "version": "1.0.10", "minAppVersion": "0.15.0", "description": "AI-powered suggestions, contextual edits, and advanced text transformations directly into your editor.", "author": "FBarrca", diff --git a/package-lock.json b/package-lock.json index f5f3a58..1814af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inlineai", - "version": "1.0.7", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-inlineai", - "version": "1.0.0", + "version": "1.0.10", "license": "MIT", "dependencies": { "@codemirror/commands": "^6.7.1", diff --git a/package.json b/package.json index a228f0a..945bbc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.0.7", + "version": "1.0.10", "description": "Cursor or Copilot like Inline AI interface for Obsidian", "main": "main.js", "scripts": {