diff options
author | GitHub Action <action@github.com> | 2023-08-15 01:17:46 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-15 01:17:46 +0000 |
commit | ba9c046171323c3e56ec6ba4160ba7b9457c832f (patch) | |
tree | cc2dad3a6ddd511ec53c0296d9309af6727cd7f8 /extension | |
parent | 1cef40aa74f3c5aa6f7df9d424ad6ae6e2937f8e (diff) | |
download | sncontinue-ba9c046171323c3e56ec6ba4160ba7b9457c832f.tar.gz sncontinue-ba9c046171323c3e56ec6ba4160ba7b9457c832f.tar.bz2 sncontinue-ba9c046171323c3e56ec6ba4160ba7b9457c832f.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 fd0e074c..8692f93b 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.306", + "version": "0.0.307", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.306", + "version": "0.0.307", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 46b1dd02..16b7ac36 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.306", + "version": "0.0.307", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |