**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
This commit is contained in:
David Snelling 2025-06-23 11:16:18 -07:00
parent b102cae81f
commit 3e8281a2c9
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/soulcraft-research/brainy/blob/d8a572baaf1b3599487ae455dd40e25265b977e4/brainy.png" alt="Brainy Logo" width="200"/>
<img src="./brainy.png" alt="Brainy Logo" width="200"/>
<br/><br/>
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.9.3';
export const VERSION = '0.9.4';