Skip to content

Commit 50ecf6f

Browse files
committed
chore: update version
1 parent 1a9d30a commit 50ecf6f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
node_modules
99
.env
1010

11-
build/*
11+
build/*
12+
13+
*.tgz

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-mcp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Base blockchain and Coinbase API",
55
"bin": "./build/index.js",
66
"type": "module",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "0.1.0";
1+
export const version = "1.0.1";

0 commit comments

Comments
 (0)