diff --git a/Cargo.lock b/Cargo.lock index f167e07..7d0347c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "weval" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 09d33eb..c9b23ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "weval" description = "The WebAssembly partial evaluator" repository = "https://github.com/bytecodealliance/weval" -version = "0.4.0" +version = "0.4.1" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception" edition = "2021" diff --git a/npm/weval/index.js b/npm/weval/index.js index d3272e5..d003888 100644 --- a/npm/weval/index.js +++ b/npm/weval/index.js @@ -12,7 +12,7 @@ import xz from "@napi-rs/lzma/xz"; const __dirname = dirname(fileURLToPath(import.meta.url)); -const TAG = "v0.4.0"; +const TAG = "v0.4.1"; async function getWeval() { const knownPlatforms = { diff --git a/npm/weval/package.json b/npm/weval/package.json index 1e2039a..33c90ea 100644 --- a/npm/weval/package.json +++ b/npm/weval/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/weval", - "version": "0.4.0", + "version": "0.4.1", "description": "The WebAssembly partial evaluator", "type": "module", "scripts": {