Version 1.1.4

This commit is contained in:
Barrca 2025-05-12 23:39:46 +02:00
parent eea1bfc4fa
commit 4d9a730b8d
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "inlineai",
"name": "InlineAI",
"version": "1.1.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-inlineai",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-inlineai",
"version": "1.1.3",
"version": "1.1.4",
"description": "Cursor or Copilot like Inline AI interface for Obsidian",
"main": "main.js",
"scripts": {