chore: migrate version in cargo.toml and bump version in package.json build.sh

This commit is contained in:
2026-04-23 14:30:00 +02:00
parent 69eab8091d
commit 8480a9136b
4 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ rm -f "$ROOT/bundler/.gitignore" "$ROOT/node/.gitignore" "$ROOT/web/.gitignore"
cat > "$ROOT/package.json" << 'EOF'
{
"name": "blake3-wasm-rs",
"version": "0.2.1",
"version": "0.2.2",
"description": "BLAKE3 hashing via Rust/WASM - works in Node.js (CJS + ESM), browsers, and bundlers",
"license": "MIT",
"repository": {