From c530839e779bd0c7b9142b36ed39cc84c3cceb65 Mon Sep 17 00:00:00 2001 From: Barrca <60709314+FBarrca@users.noreply.github.com> Date: Sun, 30 Mar 2025 22:06:00 +0200 Subject: [PATCH] Release 1.1.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d3b0fe3..d0eab35 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inlineai", "name": "InlineAI", - "version": "1.1.2", + "version": "1.1.3", "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 66da3d1..1877f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inlineai", - "version": "1.1.0", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-inlineai", - "version": "1.1.0", + "version": "1.1.3", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index d3ead7c..32ba9ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inlineai", - "version": "1.1.0", + "version": "1.1.3", "description": "Cursor or Copilot like Inline AI interface for Obsidian", "main": "main.js", "scripts": {