Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-re committed May 25, 2020
1 parent 82e9cde commit 6015914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sql-language-server",
"displayName": "SQL Language Server",
"description": "SQL Language Server Extension for VSC",
"version": "0.5.0",
"version": "0.6.0",
"main": "./packages/client/out/extension",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"contributes": {
"commands": [
{
"command": "extension.switchDatabaseConnection",
"title": "SQLLanguageServer: Switch database connection"
"command": "extension.switchDatabaseConnection",
"title": "SQLLanguageServer: Switch database connection"
}
]
},
Expand Down

0 comments on commit 6015914

Please sign in to comment.