Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Oct 8, 2024
1 parent 6a300aa commit 9d5c360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goose-vscode",
"version": "0.0.12",
"version": "0.0.13",
"publisher": "michaelneale",
"icon": "goose-icon.png",
"main": "./out/extension.js",
Expand All @@ -13,7 +13,7 @@
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "This is Goose is a programming agent that runs on your machine. Consider this extension experimental at this stage. You need goose-ai package installed for this to work. goose: https://github.com/square/goose",
"description": "This is a vscode extension for goose: a programming agent that runs on your machine. Consider this extension experimental at this stage. You need goose-ai package installed for this to work. https://github.com/block-open-source/goose",
"devDependencies": {
"@types/node": "^22.3.0",
"@types/vscode": "^1.91.0",
Expand All @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/square/goose-vscode"
"url": "https://github.com/block-open-source/goose"
},
"activationEvents": [
"*"
Expand Down

0 comments on commit 9d5c360

Please sign in to comment.