From 4e6dcab5fb6e21eaf60cca539401f6a5a3b59da5 Mon Sep 17 00:00:00 2001 From: Barrca <60709314+FBarrca@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:00:37 -0800 Subject: [PATCH] Release 1.0.10 --- 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 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": {