mirror of
https://github.com/ahmetildirim/obsidian-inscribe.git
synced 2026-07-22 05:44:10 +00:00
chore: bump version to 1.1.5 in manifest, package, and versions files
This commit is contained in:
parent
a91d9ba28f
commit
b26e61432d
3 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue