Release 1.1.3

This commit is contained in:
Barrca 2025-03-30 22:06:00 +02:00
parent 08ba4da72f
commit c530839e77
3 changed files with 4 additions and 4 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {