Bump version to 1.0.7 in manifest.json, package.json, and versions.json

This commit is contained in:
Ahmet Ildirim 2025-04-03 20:43:58 +02:00
parent ebf5ddc296
commit d817e2d41c
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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