diff options
| author | GitHub Action <action@github.com> | 2023-09-04 16:10:55 +0000 | 
|---|---|---|
| committer | GitHub Action <action@github.com> | 2023-09-04 16:10:55 +0000 | 
| commit | ec6523d35ac0e5c38a224418cb224d8421886449 (patch) | |
| tree | 887be9e952923c9f447ffb099a6fdcddb3fa6658 | |
| parent | 4309f9def89c25611273d99db01e7cc477ad935e (diff) | |
| download | sncontinue-ec6523d35ac0e5c38a224418cb224d8421886449.tar.gz sncontinue-ec6523d35ac0e5c38a224418cb224d8421886449.tar.bz2 sncontinue-ec6523d35ac0e5c38a224418cb224d8421886449.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 cd4dedd9..1be0bdae 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@  {    "name": "continue", -  "version": "0.0.367", +  "version": "0.0.368",    "lockfileVersion": 2,    "requires": true,    "packages": {      "": {        "name": "continue", -      "version": "0.0.367", +      "version": "0.0.368",        "license": "Apache-2.0",        "dependencies": {          "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index 3f9fca49..3c3810cf 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@  {    "name": "continue",    "icon": "media/terminal-continue.png", -  "version": "0.0.367", +  "version": "0.0.368",    "repository": {      "type": "git",      "url": "https://github.com/continuedev/continue" | 
