diff --git a/manifest.json b/manifest.json index 83a3b8a..41927ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "companion", "name": "Companion", - "version": "1.6.2", + "version": "1.6.3", "minAppVersion": "1.1.16", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "author": "rizerphe", diff --git a/package.json b/package.json index d91f078..2a11055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.6.2", + "version": "1.6.3", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3b37416..83663c2 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.5.0": "1.1.16", "1.6.0": "1.1.16", "1.6.1": "1.1.16", - "1.6.2": "1.1.16" + "1.6.2": "1.1.16", + "1.6.3": "1.1.16" } \ No newline at end of file