Skip to content

Commit d707d39

Browse files
committed
chore: upgrade from 0.22.0 to 0.22.1
1 parent 1b9c058 commit d707d39

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dbhub/frontend",
33
"private": true,
4-
"version": "0.22.0",
4+
"version": "0.22.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.22.0",
3+
"version": "0.22.1",
44
"mcpName": "io.github.bytebase/dbhub",
55
"description": "Minimal, token-efficient 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
@@ -7,12 +7,12 @@
77
"url": "https://github.com/bytebase/dbhub",
88
"source": "github"
99
},
10-
"version": "0.22.0",
10+
"version": "0.22.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@bytebase/dbhub",
15-
"version": "0.22.0",
15+
"version": "0.22.1",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)