diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
commit | 0b3e6fdf553a481bdd899a2608376dbb95c8e72e (patch) | |
tree | 615381124b54fb8a10523335c971b5a2d208b767 /extension/package.json | |
parent | deca77889cfc8eaa4065694f113525eda365e5d0 (diff) | |
parent | 0862b388dc0f07e45b6daeaec1f8c05925623692 (diff) | |
download | sncontinue-0b3e6fdf553a481bdd899a2608376dbb95c8e72e.tar.gz sncontinue-0b3e6fdf553a481bdd899a2608376dbb95c8e72e.tar.bz2 sncontinue-0b3e6fdf553a481bdd899a2608376dbb95c8e72e.zip |
Merge branch 'main' into styled-code
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/package.json b/extension/package.json index 036d13f0..b56c60f4 100644 --- a/extension/package.json +++ b/extension/package.json @@ -13,8 +13,8 @@ "license": "Apache-2.0", "displayName": "Continue", "pricing": "Free", - "description": "Refine code 10x faster", - "version": "0.0.55", + "description": "Accelerating software development with language models", + "version": "0.0.70", "publisher": "Continue", "engines": { "vscode": "^1.74.0" @@ -81,7 +81,7 @@ { "id": "continue", "title": "Continue ", - "icon": "react-app/dist/continue_arrow.png" + "icon": "react-app/dist/play_button.png" } ] }, |