diff --git a/manifest.json b/manifest.json index 4961640..c035ebf 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 502f5e4..afb9869 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 20d526c..e5a95fa 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file