diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-02 12:47:08 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-02 12:47:08 -0700 |
commit | a86933aec5243584def582150bbba1a926be9fda (patch) | |
tree | b324b2f416aeb32e408cf84816952c1d72ccefd0 /extension/package.json | |
parent | 452af6002addd67d7047ce4faa39a680ef2b4439 (diff) | |
download | sncontinue-a86933aec5243584def582150bbba1a926be9fda.tar.gz sncontinue-a86933aec5243584def582150bbba1a926be9fda.tar.bz2 sncontinue-a86933aec5243584def582150bbba1a926be9fda.zip |
ssl certificate fix
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 5406bb71..9d369724 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.99", + "version": "0.0.102", "publisher": "Continue", "engines": { "vscode": "^1.60.0" |