diff options
author | GitHub Action <action@github.com> | 2023-08-29 07:01:10 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-29 07:01:10 +0000 |
commit | 5926f64bb8737860d06d012ded10830de17e197a (patch) | |
tree | 62eb1b099853f7ff664a7c9226ed1259a9ea7f8f | |
parent | 047dad3152f2f50e35e185fd0183143143f6acca (diff) | |
download | sncontinue-5926f64bb8737860d06d012ded10830de17e197a.tar.gz sncontinue-5926f64bb8737860d06d012ded10830de17e197a.tar.bz2 sncontinue-5926f64bb8737860d06d012ded10830de17e197a.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 22e91a21..278410ac 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.348", + "version": "0.0.349", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.348", + "version": "0.0.349", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 6ca21cce..45bf2268 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.348", + "version": "0.0.349", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |