diff --git a/manifest.json b/manifest.json index 4b73dac..fe315c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chat-stream", "name": "Chat Stream", - "version": "0.2.0", + "version": "0.3.0", "minAppVersion": "1.1.10", "description": "Create branching GPT chats using Obsidian canvas", "author": "Ryan P Smith", diff --git a/package.json b/package.json index f456137..e57d3d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chat-stream", - "version": "0.2.0", + "version": "0.3.0", "description": "Create branching GPT chats using Obsidian canvas", "main": "src/main.js", "scripts": {