diff options
author | GitHub Action <action@github.com> | 2023-08-19 20:44:55 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-19 20:44:55 +0000 |
commit | f6222e272ef37757a03d12ee4daae4aa7cb82580 (patch) | |
tree | 2dd21352f22e301bb5d24da818dc2c263c6315e2 | |
parent | 38c30083b84229761ca146a28cc11168fe5ed6a0 (diff) | |
download | sncontinue-f6222e272ef37757a03d12ee4daae4aa7cb82580.tar.gz sncontinue-f6222e272ef37757a03d12ee4daae4aa7cb82580.tar.bz2 sncontinue-f6222e272ef37757a03d12ee4daae4aa7cb82580.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 a5f29cbe..123d80db 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.318", + "version": "0.0.319", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.318", + "version": "0.0.319", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index f71c185e..a9e645c4 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.318", + "version": "0.0.319", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |