diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 22:00:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 22:00:03 -0700 |
commit | d1a1800124e9b746924f5f3186060cc676e6527b (patch) | |
tree | b55372d3132c3c6666352cad64de57fad6be2b3a /extension/package.json | |
parent | 5c3dddc47a7e04015f3124310b0f815db0fc23f9 (diff) | |
download | sncontinue-d1a1800124e9b746924f5f3186060cc676e6527b.tar.gz sncontinue-d1a1800124e9b746924f5f3186060cc676e6527b.tar.bz2 sncontinue-d1a1800124e9b746924f5f3186060cc676e6527b.zip |
quotes around paths
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index b56c60f4..96ffbd98 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Accelerating software development with language models", - "version": "0.0.70", + "version": "0.0.71", "publisher": "Continue", "engines": { "vscode": "^1.74.0" |