diff --git a/manifest.json b/manifest.json index e2beb8b..13c6604 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "companion", "name": "Companion", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "1.1.16", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "author": "rizerphe", "authorUrl": "https://github.com/rizerphe", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index d7e7944..cd414e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.3.0", + "version": "1.3.1", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 08a2ce9..4fa2961 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.2.4": "1.1.16", "1.2.5": "1.1.16", "1.2.6": "1.1.16", - "1.3.0": "1.1.16" + "1.3.0": "1.1.16", + "1.3.1": "1.1.16" } \ No newline at end of file