diff options
author | GitHub Action <action@github.com> | 2023-09-05 18:51:30 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-05 18:51:30 +0000 |
commit | 7cb259720f78f0838843705955c76cb43d6f3555 (patch) | |
tree | 9f39ae490dcc9a837ccd65d98b989194748b7702 | |
parent | 7b6eac3ae8b60b88c9c504daa6f24bef1f18be8e (diff) | |
download | sncontinue-7cb259720f78f0838843705955c76cb43d6f3555.tar.gz sncontinue-7cb259720f78f0838843705955c76cb43d6f3555.tar.bz2 sncontinue-7cb259720f78f0838843705955c76cb43d6f3555.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 009f9795..51b43a65 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.372", + "version": "0.0.373", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.372", + "version": "0.0.373", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 49726115..5c980b9b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.372", + "version": "0.0.373", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |