This commit is contained in:
Barrca 2026-05-30 23:03:21 +02:00
parent b1933fb823
commit 69817bffc2
4 changed files with 8 additions and 7 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

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

View file

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

View file

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