From 69817bffc2480442e888babed35d6d9edbd45bac Mon Sep 17 00:00:00 2001 From: Barrca <60709314+FBarrca@users.noreply.github.com> Date: Sat, 30 May 2026 23:03:21 +0200 Subject: [PATCH] 1.2.5 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index f2b416e..c46e945 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.2.4", + "version": "1.2.5", "minAppVersion": "1.11.4", "description": "AI-powered suggestions, contextual edits, and advanced text transformations directly into your editor.", "author": "FBarrca", "authorUrl": "https://github.com/FBarrca/", "fundingUrl": "https://www.buymeacoffee.com/FBarrCa", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4e74bd3..5a0b456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inlineai", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-inlineai", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index 02f066e..4a6a2c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.2.4", + "version": "1.2.5", "description": "Cursor or Copilot like Inline AI interface for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 74847dc..20550fa 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.2.4": "1.11.4" -} + "1.2.4": "1.11.4", + "1.2.5": "1.11.4" +} \ No newline at end of file