diff --git a/manifest.json b/manifest.json index 5708185..436c1ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "companion", "name": "Companion", - "version": "1.2.6", + "version": "1.3.0", "minAppVersion": "1.1.16", "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "author": "rizerphe", diff --git a/package.json b/package.json index 5a04a48..7f90f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.2.6", + "version": "1.3.0", "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 963031d..08a2ce9 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.2.3": "1.1.16", "1.2.4": "1.1.16", "1.2.5": "1.1.16", - "1.2.6": "1.1.16" + "1.2.6": "1.1.16", + "1.3.0": "1.1.16" } \ No newline at end of file