Skip to content

Commit 9559125

Browse files
committed
chore: bump version to 3.0.4
1 parent 19db7c4 commit 9559125

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "bks-ai-shell",
33
"name": "AI Shell",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"minAppVersion": "5.4.0",
66
"description": "Ask AI to analyze your database and generate SQL queries.",
77
"author": {
@@ -25,6 +25,7 @@
2525
{
2626
"command": "new-tab-dropdown-item",
2727
"name": "Add AI Shell",
28+
"description": "Open a new AI Shell tab.",
2829
"view": "bks-ai-shell",
2930
"placement": "newTabDropdown"
3031
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beekeeperstudio/bks-ai-shell",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A Beekeeper Studio plugin for analyzing database and generate queries",
55
"license": "GPL-3.0",
66
"type": "module",

0 commit comments

Comments
 (0)