diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 20:58:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 20:58:02 -0700 |
commit | ba080ba48b5223da653794a9b9653a254ef4c8fd (patch) | |
tree | 37fc88e659716c69f2db2578f529f27e34a16e3c /extension/package.json | |
parent | 24fe1472766ca1c5553b7ebf924e3f5eeb827a9f (diff) | |
download | sncontinue-ba080ba48b5223da653794a9b9653a254ef4c8fd.tar.gz sncontinue-ba080ba48b5223da653794a9b9653a254ef4c8fd.tar.bz2 sncontinue-ba080ba48b5223da653794a9b9653a254ef4c8fd.zip |
add .continue to .gitignore, update icons in docs
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json index 91e285f8..8c9905dd 100644 --- a/extension/package.json +++ b/extension/package.json @@ -13,8 +13,8 @@ "license": "Apache-2.0", "displayName": "Continue", "pricing": "Free", - "description": "Accelerating software development with language models", - "version": "0.0.88", + "description": "The open-source coding autopilot", + "version": "0.0.89", "publisher": "Continue", "engines": { "vscode": "^1.74.0" |