Skip to content

Commit 4b1213b

Browse files
authored
Merge pull request #633 from szhygulin/chore/release-0.14.1
chore(release): 0.14.1
2 parents 0dd49e1 + 1d8ceb6 commit 4b1213b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaultpilot-mcp",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"mcpName": "io.github.szhygulin/vaultpilot-mcp",
55
"description": "Safety first. Hardware-verified DeFi for AI agents — designed for when the AI can be compromised.",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.szhygulin/vaultpilot-mcp",
44
"title": "VaultPilot MCP",
55
"description": "Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.",
6-
"version": "0.14.0",
6+
"version": "0.14.1",
77
"websiteUrl": "https://github.com/szhygulin/vaultpilot-mcp",
88
"repository": {
99
"url": "https://github.com/szhygulin/vaultpilot-mcp",
@@ -14,7 +14,7 @@
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "vaultpilot-mcp",
17-
"version": "0.14.0",
17+
"version": "0.14.1",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

src/modules/incident-report/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { redactEnvelope, type RedactionMode } from "./redact.js";
3737
* a specific release. Static import (vs reading package.json at
3838
* runtime) keeps the snapshot consistent with the build artifact.
3939
*/
40-
const SERVER_VERSION = "0.14.0";
40+
const SERVER_VERSION = "0.14.1";
4141

4242
interface PairingSummary {
4343
chain: "solana" | "tron" | "bitcoin" | "litecoin";

0 commit comments

Comments
 (0)