Bump version to 0.13.0

This commit is contained in:
David Snelling 2025-07-18 10:41:36 -07:00
parent b16b9caccb
commit 22ccd5a162
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy-cli",
"version": "0.12.0",
"version": "0.13.0",
"description": "Command-line interface for the Brainy vector graph database",
"type": "module",
"bin": {
@ -40,7 +40,7 @@
"url": "git+https://github.com/soulcraft-research/brainy.git"
},
"dependencies": {
"@soulcraft/brainy": "0.12.0",
"@soulcraft/brainy": "0.13.0",
"commander": "^14.0.0",
"omelette": "^0.4.17"
},