chore: bump version to 1.1.5 in manifest, package, and versions files

This commit is contained in:
Ahmet Ildirim 2026-02-15 23:52:03 +01:00
parent a91d9ba28f
commit b26e61432d
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "inscribe",
"name": "Inscribe",
"version": "1.1.3",
"version": "1.1.5",
"minAppVersion": "0.15.0",
"description": "Inline autocompletion powered by AI.",
"author": "Ahmet Ildirim",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-inscribe",
"version": "1.1.3",
"version": "1.1.5",
"description": "A plugin for Obsidian that uses AI to provide inline completions.",
"main": "main.js",
"scripts": {
@ -32,4 +32,4 @@
"resolutions": {
"@types/eslint": "8.4.3"
}
}
}

View file

@ -17,5 +17,6 @@
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0"
"1.1.3": "0.15.0",
"1.1.5": "0.15.0"
}