diff options
author | GitHub Action <action@github.com> | 2023-08-12 20:12:41 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-12 20:12:41 +0000 |
commit | 770578af6ed5da32172e5c295b1c4e53b2f44966 (patch) | |
tree | 3fe6dd60f8481952d7b2048bd28d528ca027d57c | |
parent | 73bb5f5bb9e582841f452942c25f923a6b32e21f (diff) | |
download | sncontinue-770578af6ed5da32172e5c295b1c4e53b2f44966.tar.gz sncontinue-770578af6ed5da32172e5c295b1c4e53b2f44966.tar.bz2 sncontinue-770578af6ed5da32172e5c295b1c4e53b2f44966.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 09fade83..9a405641 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.304", + "version": "0.0.305", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.304", + "version": "0.0.305", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index eaa02c89..68bad3c5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.304", + "version": "0.0.305", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |