From ecc89851e993cea2ebbd87351ec3864a47c1350f Mon Sep 17 00:00:00 2001 From: Ryan Smith Date: Fri, 19 May 2023 07:00:13 -0700 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {