Skip to content

Commit 97f6aca

Browse files
committed
chore: upgrade 0.18.0 to 0.19.0
1 parent 14fff87 commit 97f6aca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.18.0",
4+
"version": "0.19.0",
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.18.0",
3+
"version": "0.19.0",
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.17.0",
10+
"version": "0.19.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@bytebase/dbhub",
15-
"version": "0.17.0",
15+
"version": "0.19.0",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)