diff --git a/manifest.json b/manifest.json index d53a615..357ab87 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.2.6", + "version": "1.2.7", "minAppVersion": "1.11.4", "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 a0b3955..d20444d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inlineai", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-inlineai", - "version": "1.2.6", + "version": "1.2.7", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index 4c995a2..259482b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.2.6", + "version": "1.2.7", "description": "Cursor or Copilot like Inline AI interface for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4e6eaa6..027ce52 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.2.4": "1.11.4", "1.2.5": "1.11.4", - "1.2.6": "1.11.4" + "1.2.6": "1.11.4", + "1.2.7": "1.11.4" } \ No newline at end of file