Skip to content

Commit

Permalink
Fixed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Nov 14, 2024
1 parent 7307129 commit be6bc6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "claude-dev",
"displayName": "Cline (prev. Claude Dev)",
"name": "claude-dev-unleashed",
"displayName": "Cline Unleashed⛓️‍💥 (prev. Claude Dev)",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"version": "2.1.6-unleashed",
"version": "2.1.6",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down
2 changes: 1 addition & 1 deletion tool-publish-new-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ git tag v$Release
git push origin v$Release

gh release create v$Release --generate-notes
gh release upload v$Release claude-dev-$Release.vsix
gh release upload v$Release claude-dev-unleashed-$Release.vsix

0 comments on commit be6bc6e

Please sign in to comment.