diff options
author | GitHub Action <action@github.com> | 2023-08-07 22:14:40 +0000 |
---|---|---|
committer | GitHub Action <action@github.com> | 2023-08-07 22:14:40 +0000 |
commit | 0fc56305d762181519569098a99faa255f9cd24f (patch) | |
tree | 933f841bbf61edfd7f04982d158c2bcd6e4fb3c5 | |
parent | 863b483259ae404d1071bfd1d640e9fbd94c64eb (diff) | |
download | sncontinue-0fc56305d762181519569098a99faa255f9cd24f.tar.gz sncontinue-0fc56305d762181519569098a99faa255f9cd24f.tar.bz2 sncontinue-0fc56305d762181519569098a99faa255f9cd24f.zip |
ci: 💚 Update package.json version [skip ci]
-rw-r--r-- | extension/package-lock.json | 2 | ||||
-rw-r--r-- | extension/package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index f7d94b68..caf54b00 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.271", + "version": "0.0.272", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index a1be66e1..dd6dcc1e 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.271", + "version": "0.0.272", "publisher": "Continue", "engines": { "vscode": "^1.67.0" @@ -244,4 +244,4 @@ "optionalDependencies": { "@esbuild/android-arm": "^0.18.17" } -}
\ No newline at end of file +} |