Skip to content

Commit e11208a

Browse files
committed
Increment the browser extension version to 1.57.0 and the VS Code extension version to 1.459.0
1 parent faf5d49 commit e11208a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/browser/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Code Web Chat Connector",
55
"short_name": "CWC",
66
"description": "Connect your editor with free chatbots. Parse websites for context.",
7-
"version": "1.56.0",
7+
"version": "1.57.0",
88
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
99
"icons": {
1010
"16": "icons/icon-16.png",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "No-cost AI coding in free chatbots (CWC)",
5-
"version": "1.458.0",
5+
"version": "1.459.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)