From 056add09fb2abbfef5ea0cb2d97e524ccb118034 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 23 Jun 2025 11:11:31 -0700 Subject: [PATCH] **chore: update README, add image to package files, bump version to 0.9.3** ### Changes: - **README.md**: - Updated `Brainy Logo` image URL to reference a specific commit for consistent display. - Simplified the description by removing "lightweight" for a more concise statement. - **package.json**: - Added `brainy.png` to the `files` array to include it in published packages. - **src/utils/version.ts**: - Updated `VERSION` constant from `0.9.2` to `0.9.3`. ### Purpose: Aligned the documentation with a specific asset version for consistent display. Improved package completeness by including the project logo. Incremented the version to `0.9.3` to reflect the latest changes. --- README.md | 4 ++-- package.json | 3 ++- src/utils/version.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0476914..a43d5a13 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) @@ -8,7 +8,7 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![Cartographer](https://img.shields.io/badge/Cartographer-Official%20Standard-brightgreen)](https://github.com/sodal-project/cartographer) -**A lightweight and powerful graph & vector data platform for AI applications across any environment** +**A powerful graph & vector data platform for AI applications across any environment**
diff --git a/package.json b/package.json index 5f150738..d097e71b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "dist/types/", "LICENSE", "README.md", - "cli-wrapper.js" + "cli-wrapper.js", + "brainy.png" ], "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", diff --git a/src/utils/version.ts b/src/utils/version.ts index 80831a84..311d1c89 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.2'; +export const VERSION = '0.9.3';