Skip to content

Commit ce1ad5a

Browse files
committed
0.2.2
1 parent a182398 commit ce1ad5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emqx-ai/mcp-mqtt-sdk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "MCP (Model Context Protocol) over MQTT SDK for TypeScript",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export { McpMqttClient, createMcpClient } from './client/index.js'
1111
export type { ServerInfo } from './client/index.js'
1212

1313
// Version
14-
export const VERSION = '0.2.1'
14+
export const VERSION = '0.2.2'

0 commit comments

Comments
 (0)