chore: bump version to 1.0.1

This commit is contained in:
Kyle Fang
2025-06-29 14:52:08 +08:00
parent 926bbc2e8e
commit 7a28f17092
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "telegram-mcp",
"license": "MIT",
"version": "0.0.1",
"version": "1.0.1",
"type": "module",
"packageManager": "bun@1.2.16",
"scripts": {

View File

@@ -19,7 +19,7 @@ export class TelegramServer {
this.server = new Server(
{
name: 'telegram-mcp',
version: '0.0.1',
version: '1.0.1',
},
{
capabilities: {