Skip to content

Commit 9e1d3d9

Browse files
committed
Update extension descriptions and bump versions to 1.94.0 and 1.783.0
1 parent a45c69b commit 9e1d3d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/browser/src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"author": "Robert Piosik",
44
"name": "Code Web Chat Connector",
55
"short_name": "CWC",
6-
"description": "Autofill your prompts in chatbots.",
7-
"version": "1.93.0",
6+
"description": "Autofill your coding prompts in chatbots.",
7+
"version": "1.94.0",
88
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
99
"icons": {
1010
"16": "icons/icon-16.png",

apps/editor/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": "Connect VS Code with chatbots (CWC)",
5-
"version": "1.782.0",
5+
"version": "1.783.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)