There was an error while loading. Please reload this page.
1 parent f0d8fe5 commit 0d3c01cCopy full SHA for 0d3c01c
2 files changed
packages/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat (CWC)",
4
"description": "The free vibe coding tool",
5
- "version": "1.260.0",
+ "version": "1.261.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "rimraf out && npm run compile",
packages/vscode/src/view/frontend/intro/Intro/Intro.tsx
@@ -19,7 +19,7 @@ export const Intro: React.FC<Props> = (props) => {
19
>
20
<div className={styles.top__heading__title}>Code Web Chat</div>
21
<div className={styles.top__heading__subtitle}>
22
- Free vibe coding
+ The free vibe coding tool
23
</div>
24
25
<button
0 commit comments