diff --git a/manifest.json b/manifest.json index 89a1082..4dab616 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.1.4", + "version": "1.1.5", "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 b692d68..abf91da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 391abd0..7ad5158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.1.4", + "version": "1.1.5", "description": "Cursor or Copilot like Inline AI interface for Obsidian", "main": "main.js", "scripts": {