Skip to content

Commit a5898d8

Browse files
committed
Fix text on Settings screen; update version to 0.0.6
1 parent ad4034d commit a5898d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Claude Dev",
44
"description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"engines": {
77
"vscode": "^1.82.0"
88
},

webview-ui/src/components/SettingsView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const SettingsView = ({ apiKey, setApiKey, maxRequestsPerTask, setMaxRequestsPer
153153
}}>
154154
<p>
155155
This project was made for Anthropic's "Build with Claude June 2024 contest"
156+
<br/>
156157
<VSCodeLink href="https://github.com/saoudrizwan/claude-dev">
157158
https://github.com/saoudrizwan/claude-dev
158159
</VSCodeLink>

0 commit comments

Comments
 (0)