mirror of
https://github.com/ahmetildirim/obsidian-inscribe.git
synced 2026-07-22 05:44:10 +00:00
Bump version to 1.0.7 in manifest.json, package.json, and versions.json
This commit is contained in:
parent
ebf5ddc296
commit
d817e2d41c
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "inscribe",
|
||||
"name": "Inscribe",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Inline autocompletion powered by AI.",
|
||||
"author": "Ahmet Ildirim",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-inscribe",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A plugin for Obsidian that uses AI to provide inline completions.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"1.0.3": "0.15.0",
|
||||
"1.0.4": "0.15.0",
|
||||
"1.0.5": "0.15.0",
|
||||
"1.0.6": "0.15.0"
|
||||
"1.0.6": "0.15.0",
|
||||
"1.0.7": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue