diff options
author | GitHub Action <action@github.com> | 2023-08-24 06:30:02 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-24 06:30:02 +0000 |
commit | 1b3d5ff743416ce04b465ee36322361a5f0eb15e (patch) | |
tree | 408609234585bf3b7385a5b53cdd000ef145e20e | |
parent | e5b7e4f93cb36acba04fa40b7d3ebb790899791c (diff) | |
download | sncontinue-1b3d5ff743416ce04b465ee36322361a5f0eb15e.tar.gz sncontinue-1b3d5ff743416ce04b465ee36322361a5f0eb15e.tar.bz2 sncontinue-1b3d5ff743416ce04b465ee36322361a5f0eb15e.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 ee57fd9c..d4fc4516 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.325", + "version": "0.0.326", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.325", + "version": "0.0.326", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 7d6d5e68..3b48703a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.325", + "version": "0.0.326", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |