Skip to content

Commit e227702

Browse files
committed
feat: bump version
1 parent fa43fa8 commit e227702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.2.2-beta.1",
3+
"version": "0.2.2",
44

55
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
66
"type": "module",

src/cli/project/create.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function createProject(name?: string, options?: { http?: boolean, c
6060
start: "npm run build && node dist/index.js"
6161
},
6262
dependencies: {
63-
"mcp-framework": "^0.2.1"
63+
"mcp-framework": "^0.2.2"
6464
},
6565
devDependencies: {
6666
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)