chore: bump crate versions to 1.1.2

This commit is contained in:
Sam Valladares 2026-01-27 02:57:01 -06:00
parent bc5bc1bc10
commit ee39e62a35
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "vestige-core"
version = "1.1.0"
version = "1.1.2"
edition = "2021"
rust-version = "1.75"
authors = ["Vestige Team"]

View file

@ -1,6 +1,6 @@
[package]
name = "vestige-mcp"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
description = "Cognitive memory MCP server for Claude - FSRS-6, spreading activation, synaptic tagging, and 130 years of memory research"
authors = ["samvallad33"]