diff options
author | GitHub Action <action@github.com> | 2023-09-02 19:02:38 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-09-02 19:02:38 +0000 |
commit | 65c92c6410c692708fe0ac1ab33ebaa4a9d86bbc (patch) | |
tree | 92d7b158283464f1e821e7b748e95519c39cdf3f /extension | |
parent | 90590ab4e06fbc3fa721f73a4a922136946a756f (diff) | |
download | sncontinue-65c92c6410c692708fe0ac1ab33ebaa4a9d86bbc.tar.gz sncontinue-65c92c6410c692708fe0ac1ab33ebaa4a9d86bbc.tar.bz2 sncontinue-65c92c6410c692708fe0ac1ab33ebaa4a9d86bbc.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 8f9b402a..9097e671 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.359", + "version": "0.0.360", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.359", + "version": "0.0.360", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index d6235455..8aefbb42 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.359", + "version": "0.0.360", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |