Skip to content

Commit b9671a3

Browse files
authored
Merge pull request #10 from bytecodealliance/cfallin/release-0.3.2
Version 0.3.2, and a few URL fixes.
2 parents 1fc5040 + 78bed0d commit b9671a3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.1"
5+
version = "0.3.2"
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.1";
13+
const TAG = "v0.3.2";
1414

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

npm/weval/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/weval",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "The WebAssembly partial evaluator",
55
"type": "module",
66
"scripts": {
@@ -19,10 +19,10 @@
1919
"license": "Apache-2.0",
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/cfallin/weval.git"
22+
"url": "git+https://github.com/bytecodealliance/weval.git"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/cfallin/weval/issues"
25+
"url": "https://github.com/bytecodealliance/weval/issues"
2626
},
27-
"homepage": "https://github.com/cfallin/weval#readme"
27+
"homepage": "https://github.com/bytecodealliance/weval#readme"
2828
}

0 commit comments

Comments
 (0)