chore: pump version to 0.2.0 (#991)

This commit is contained in:
tanzhenxin
2025-11-07 17:34:38 +08:00
committed by GitHub
parent 5390f662fc
commit 7a472e4fcf
6 changed files with 30 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.1.5",
"version": "0.2.0",
"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.1.5"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.0"
},
"scripts": {
"start": "cross-env node scripts/start.js",