diff options
author | GitHub Action <action@github.com> | 2023-08-27 06:30:52 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-27 06:30:52 +0000 |
commit | c1829097e2661e2c5c91bcaba25803c3c00fd067 (patch) | |
tree | b23b347b28763010820c10888bf50f5f770eb5bb | |
parent | 307e9f301e32d372158cb96925903fab857eb45f (diff) | |
download | sncontinue-c1829097e2661e2c5c91bcaba25803c3c00fd067.tar.gz sncontinue-c1829097e2661e2c5c91bcaba25803c3c00fd067.tar.bz2 sncontinue-c1829097e2661e2c5c91bcaba25803c3c00fd067.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 1898579f..fdabdb34 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.334", + "version": "0.0.335", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.334", + "version": "0.0.335", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 217c2260..abd20ffb 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.334", + "version": "0.0.335", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" |