**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.
This commit is contained in:
parent
0d9bf47750
commit
056add09fb
3 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://github.com/soulcraft-research/brainy/blob/HEAD/brainy.png?raw=true" alt="Brainy Logo" width="200"/>
|
<img src="https://github.com/soulcraft-research/brainy/blob/d8a572baaf1b3599487ae455dd40e25265b977e4/brainy.png" alt="Brainy Logo" width="200"/>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
[](CONTRIBUTING.md)
|
[](CONTRIBUTING.md)
|
||||||
[](https://github.com/sodal-project/cartographer)
|
[](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**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,8 @@
|
||||||
"dist/types/",
|
"dist/types/",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"cli-wrapper.js"
|
"cli-wrapper.js",
|
||||||
|
"brainy.png"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^25.0.7",
|
"@rollup/plugin-commonjs": "^25.0.7",
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
* Do not modify this file directly.
|
* Do not modify this file directly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const VERSION = '0.9.2';
|
export const VERSION = '0.9.3';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue