diff options
author | GitHub Action <action@github.com> | 2023-08-04 06:04:06 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-04 06:04:06 +0000 |
commit | 1ef5eb6223bf758b9621ca534fe3a8d113636055 (patch) | |
tree | 8eb695b746cbfca6656af482e42cd65a9594b760 /extension | |
parent | 113991cb3797d27ad959d5d28b4b15ac2177bb46 (diff) | |
download | sncontinue-1ef5eb6223bf758b9621ca534fe3a8d113636055.tar.gz sncontinue-1ef5eb6223bf758b9621ca534fe3a8d113636055.tar.bz2 sncontinue-1ef5eb6223bf758b9621ca534fe3a8d113636055.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 a165e60a..e84ae939 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.253", + "version": "0.0.254", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index cab393e3..f35167de 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.253", + "version": "0.0.254", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |