chore: pump version to 0.2.1 (#1005)

This commit is contained in:
tanzhenxin
2025-11-10 15:18:59 +08:00
committed by GitHub
parent ca1ae19715
commit 22edef0cb9
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"node": ">=20.0.0"
},
@@ -13,7 +13,7 @@
"url": "git+https://github.com/QwenLM/qwen-code.git"
},
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.0"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.1"
},
"scripts": {
"start": "cross-env node scripts/start.js",