From 968f12c1c30151c61dff81ff3d5597eecdc93516 Mon Sep 17 00:00:00 2001 From: zhangke200377 Date: Mon, 22 Jan 2024 22:07:46 +0800 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 851d5b2..154e2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Release 0.4.5 +# Release 0.4.6 -It may be the last version of the BingGPT 0.4.x. Unless Microsoft updates the logic of this part, I will not continue to spend a lot of time on this project. +This is a fix of v0.4.5, which has a mistake that I make. Just a stupid problem. ## What's Improved diff --git a/package.json b/package.json index 100acdf..b602843 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "binggpt", "productName": "BingGPT", - "version": "0.4.5", + "version": "0.4.6", "description": "AI-powered copilot", "author": "dice2o, Team Fangkehou (https://www.fangkehou.eu.org/)", "license": "Apache-2.0",