From 3e8281a2c9040aeb9a0d65ddf236f51a254e0393 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 23 Jun 2025 11:16:18 -0700 Subject: [PATCH] **chore: update image path in README and bump version to 0.9.4** ### Changes: - **README.md**: - Replaced image URL for `Brainy Logo` with a relative path (`./brainy.png`) for improved portability --- README.md | 2 +- src/utils/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a43d5a13..33fb425a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-Brainy Logo +Brainy Logo

[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) diff --git a/src/utils/version.ts b/src/utils/version.ts index 311d1c89..3a7c9950 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.9.3'; +export const VERSION = '0.9.4';