Skip to content

Commit f5c5ecd

Browse files
authored
Merge pull request #8 from bytecodealliance/cfallin/release-0.3.1
Version 0.3.1.
2 parents aae7e84 + 0fb5e37 commit f5c5ecd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "weval"
33
description = "The WebAssembly partial evaluator"
44
repository = "https://github.com/bytecodealliance/weval"
5-
version = "0.3.0"
5+
version = "0.3.1"
66
authors = ["Chris Fallin <[email protected]>"]
77
license = "Apache-2.0 WITH LLVM-exception"
88
edition = "2021"

npm/weval/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import decompressTar from 'decompress-tar';
1010
import xz from '@napi-rs/lzma/xz';
1111
const __dirname = dirname(fileURLToPath(import.meta.url));
1212

13-
const TAG = "v0.3.0";
13+
const TAG = "v0.3.1";
1414

1515
async function getWeval() {
1616
const knownPlatforms = {

npm/weval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/weval",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The WebAssembly partial evaluator",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)