Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brain-bar/bundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>CFBundleIdentifier</key>
<string>com.brainlayer.brainbar</string>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brainlayer"
version = "1.5.0"
version = "1.5.1"
description = "Persistent memory MCP server for AI agents — 13 tools, semantic search, knowledge graph, on-device SQLite"
license = {text = "Apache-2.0"}
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.etanhey/brainlayer",
"title": "BrainLayer",
"description": "Persistent memory for AI agents \u2014 local-first semantic search, knowledge graph, and 12 MCP tools with ToolAnnotations. One SQLite file, no cloud, no API keys.",
"version": "1.5.0",
"version": "1.5.1",
"websiteUrl": "https://brainlayer.etanheyman.com",
"repository": {
"url": "https://github.com/EtanHey/brainlayer",
Expand All @@ -14,7 +14,7 @@
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "brainlayer",
"version": "1.5.0",
"version": "1.5.1",
"runtimeHint": "pipx",
"transport": {
"type": "stdio"
Expand Down
2 changes: 1 addition & 1 deletion src/brainlayer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""BrainLayer (זיכרון) - Local knowledge pipeline for Claude Code conversations."""

__version__ = "1.5.0"
__version__ = "1.5.1"
Loading