diff options
author | GitHub Action <action@github.com> | 2023-08-19 08:09:32 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-19 08:09:32 +0000 |
commit | 320145c5373d45ee8a72dfca4f278c63dfe84e4c (patch) | |
tree | 028ad5c38c1f273a8dfc63aea6010bfd1bee46e3 /extension | |
parent | 9c81a78b741f2dab1250d265a3b48c8d4d239563 (diff) | |
download | sncontinue-320145c5373d45ee8a72dfca4f278c63dfe84e4c.tar.gz sncontinue-320145c5373d45ee8a72dfca4f278c63dfe84e4c.tar.bz2 sncontinue-320145c5373d45ee8a72dfca4f278c63dfe84e4c.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 d0b5c977..dbd6017f 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.316", + "version": "0.0.317", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.316", + "version": "0.0.317", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 3e64dab2..13bf736d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.316", + "version": "0.0.317", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |