diff options
author | GitHub Action <action@github.com> | 2023-08-07 23:40:27 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-07 23:40:27 +0000 |
commit | 34157ba9c6de24a5321b81716d31bc89e8b96471 (patch) | |
tree | bb73698d2378da0eea19c971430367c452df7b7d /extension | |
parent | 6e0f71a8145ccae566812a16ea7e072ac40ca833 (diff) | |
download | sncontinue-34157ba9c6de24a5321b81716d31bc89e8b96471.tar.gz sncontinue-34157ba9c6de24a5321b81716d31bc89e8b96471.tar.bz2 sncontinue-34157ba9c6de24a5321b81716d31bc89e8b96471.zip |
ci: 💚 Update package.json version [skip ci]
Diffstat (limited to 'extension')
-rw-r--r-- | extension/package-lock.json | 2 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index 8d9bacfd..7bfb2c2c 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.273", + "version": "0.0.274", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index fd805c14..38aef247 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.273", + "version": "0.0.274", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |