diff options
author | GitHub Action <action@github.com> | 2023-08-09 18:17:51 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-09 18:17:51 +0000 |
commit | b59a8f51b09747130fcdb7970805c3b2829b49b6 (patch) | |
tree | e15b54fc1887484bd891dd86a7827cb5603b2fff | |
parent | 78f7d043effba588bf14fbe0bb573dd4df11b9e0 (diff) | |
download | sncontinue-b59a8f51b09747130fcdb7970805c3b2829b49b6.tar.gz sncontinue-b59a8f51b09747130fcdb7970805c3b2829b49b6.tar.bz2 sncontinue-b59a8f51b09747130fcdb7970805c3b2829b49b6.zip |
ci: 💚 Update package.json version [skip ci]
-rw-r--r-- | extension/package-lock.json | 4 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index 37686ef0..20165a32 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.286", + "version": "0.0.287", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.286", + "version": "0.0.287", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 3dd73d8c..bdc3791d 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.286", + "version": "0.0.287", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |