Bump version number of companion extension to match next Gemini CLI version number (#6065)
This commit is contained in:
parent
5d1d40fa2e
commit
67c6033147
|
@ -12071,7 +12071,7 @@
|
|||
},
|
||||
"packages/vscode-ide-companion": {
|
||||
"name": "gemini-cli-vscode-ide-companion",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.19",
|
||||
"license": "LICENSE",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.15.1",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
|||
"name": "gemini-cli-vscode-ide-companion",
|
||||
"displayName": "Gemini CLI Companion",
|
||||
"description": "Enable Gemini CLI with direct access to your VS Code workspace.",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.19",
|
||||
"publisher": "google",
|
||||
"icon": "assets/icon.png",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue