diff --git a/manifest.json b/manifest.json index 41a7483..469ec75 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chat-stream", "name": "Chat Stream", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "1.1.10", "description": "Create branching GPT chats using canvas notes.", "author": "Ryan P Smith", diff --git a/package.json b/package.json index 2c37582..aa0d6c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chat-stream", - "version": "1.3.0", + "version": "1.3.1", "description": "Create branching GPT chats using Obsidian canvas", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 17fd962..242394e 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.1.10", "1.1.0": "1.1.10", "1.2.2": "1.1.10", - "1.3.0": "1.1.10" + "1.3.0": "1.1.10", + "1.3.1": "1.1.10" }