Skip to content

Commit 5ab4b84

Browse files
committed
Update the intro subtitle to "Free AI pair programming" and increment the version
1 parent edf1116 commit 5ab4b84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)",
44
"description": "Connect VS Code with 15+ chatbots",
5-
"version": "1.162.0",
5+
"version": "1.163.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

packages/vscode/src/view/frontend/intro/Intro/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const Intro: React.FC<Props> = (props) => {
1818
>
1919
<div className={styles.top__heading__title}>Code Web Chat</div>
2020
<div className={styles.top__heading__subtitle}>
21-
AI workflow tool
21+
Free AI pair programming
2222
</div>
2323
</div>
2424
<button

0 commit comments

Comments
 (0)