diff options
author | GitHub Action <action@github.com> | 2023-08-08 22:15:54 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-08 22:15:54 +0000 |
commit | 5295d1214be20f49aeb7d525420b880e5721b87e (patch) | |
tree | ef5ff9822a066a4d96f9778fe6378fd087a0bf08 /extension | |
parent | fb7d5d9aadcdb40c3733ac29e349df0cf6f69046 (diff) | |
download | sncontinue-5295d1214be20f49aeb7d525420b880e5721b87e.tar.gz sncontinue-5295d1214be20f49aeb7d525420b880e5721b87e.tar.bz2 sncontinue-5295d1214be20f49aeb7d525420b880e5721b87e.zip |
ci: 💚 Update package.json version [skip ci]
Diffstat (limited to 'extension')
-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 71c37a6a..9a1baa8e 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.281", + "version": "0.0.282", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.281", + "version": "0.0.282", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index cd705fee..c059fb60 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.281", + "version": "0.0.282", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |