Skip to content

Commit 48d3201

Browse files
committed
Bump browser extension to 1.0.0 and VS Code extension to 1.6.3
1 parent f6c241f commit 48d3201

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": "Initialize any web chat with your code",
7-
"version": "0.1.73",
7+
"version": "1.0.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 (CWC, prev. Gemini Coder)",
44
"description": "Initialize any web chat with your code",
5-
"version": "1.6.2",
5+
"version": "1.6.3",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)