Skip to content

Commit ccd36c0

Browse files
committed
chore: upgrade from 0.13.0 to 0.13.1
Test mcp registry publish workflow
1 parent dadefde commit ccd36c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "dbhub",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"mcpName": "io.github.bytebase/dbhub",
55
"description": "Minimal Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",
66
"repository": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/bytebase/dbhub",
77
"source": "github"
88
},
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@bytebase/dbhub",
14-
"version": "0.13.0",
14+
"version": "0.13.1",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)