diff options
author | GitHub Action <action@github.com> | 2023-08-12 07:43:59 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-12 07:43:59 +0000 |
commit | 8bf27860935d908e86dd849d140ff7ffa182fab7 (patch) | |
tree | 364d5c99476e51e86131f2fca5efe930ffce6cb3 /extension | |
parent | dfe8be1b00c87a79212d4fc94a33fe74a6040103 (diff) | |
download | sncontinue-8bf27860935d908e86dd849d140ff7ffa182fab7.tar.gz sncontinue-8bf27860935d908e86dd849d140ff7ffa182fab7.tar.bz2 sncontinue-8bf27860935d908e86dd849d140ff7ffa182fab7.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 bfe0a8d6..09fade83 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.303", + "version": "0.0.304", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.303", + "version": "0.0.304", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 24de0e04..eaa02c89 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.303", + "version": "0.0.304", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |