Skip to content

Commit 577459d

Browse files
committed
0.2.0
1 parent df59f29 commit 577459d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "0.2.0",
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.1.0'
14+
export const VERSION = '0.2.0'

0 commit comments

Comments
 (0)