diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-19 01:00:27 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-19 01:00:27 -0700 |
commit | 9c81a78b741f2dab1250d265a3b48c8d4d239563 (patch) | |
tree | ff2d6a11e266defe9b4b76e345a5a3a90232fbdd | |
parent | 17806d932502adbf974ccd93a670e57b78be9a08 (diff) | |
parent | ec1f120c601ad4920e2085ded5fb6ce681197562 (diff) | |
download | sncontinue-9c81a78b741f2dab1250d265a3b48c8d4d239563.tar.gz sncontinue-9c81a78b741f2dab1250d265a3b48c8d4d239563.tar.bz2 sncontinue-9c81a78b741f2dab1250d265a3b48c8d4d239563.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-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 d3f183cb..d0b5c977 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.315", + "version": "0.0.316", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.315", + "version": "0.0.316", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 1fc4cba8..3e64dab2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.315", + "version": "0.0.316", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |