Skip to content

Commit c81bfd0

Browse files
chore: bump version to 0.1.18 [skip release]
1 parent c490828 commit c81bfd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-access",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "Teaches Claude how to use the memory-access MCP server for persistent knowledge storage, retrieval, and graph traversal. Includes PreCompact hook to preserve insights before context compaction.",
55
"author": {
66
"name": "Emma Hyde"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memory-access"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
description = "An MCP server that gives AI agents persistent, intent-based memory with vector embeddings and semantic indexing."
55
readme = "README.md"
66
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)