diff --git a/Cargo.lock b/Cargo.lock index 5b6079d..46aa605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "weval" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 7baf39a..0f81a29 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.3.2" +version = "0.3.3" 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 66f4bee..c776d6c 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.3.2"; +const TAG = "v0.3.3"; async function getWeval() { const knownPlatforms = { diff --git a/npm/weval/package.json b/npm/weval/package.json index 52f73ea..cfc4215 100644 --- a/npm/weval/package.json +++ b/npm/weval/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/weval", - "version": "0.3.2", + "version": "0.3.3", "description": "The WebAssembly partial evaluator", "type": "module", "scripts": {