diff --git a/Cargo.lock b/Cargo.lock index 1b114ff..722fe2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3467,7 +3467,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vestige-core" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono", "directories", @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "vestige-mcp" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/vestige-core/Cargo.toml b/crates/vestige-core/Cargo.toml index 908f063..fe960cb 100644 --- a/crates/vestige-core/Cargo.toml +++ b/crates/vestige-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-core" -version = "1.0.0" +version = "1.1.0" edition = "2021" rust-version = "1.75" authors = ["Vestige Team"] diff --git a/crates/vestige-mcp/Cargo.toml b/crates/vestige-mcp/Cargo.toml index ed8c43b..0513a79 100644 --- a/crates/vestige-mcp/Cargo.toml +++ b/crates/vestige-mcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-mcp" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Cognitive memory MCP server for Claude - FSRS-6, spreading activation, synaptic tagging, and 130 years of memory research" authors = ["samvallad33"]