Skip to content

Commit

Permalink
Version 0.3.1.
Browse files Browse the repository at this point in the history
This is another attempt at a release in the new repository location
(bytecodealliance/weval) with fixed CI in #6 and #7 to actually generate
binary artifacts.
  • Loading branch information
cfallin committed Sep 13, 2024
1 parent aae7e84 commit 0fb5e37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "weval"
description = "The WebAssembly partial evaluator"
repository = "https://github.com/bytecodealliance/weval"
version = "0.3.0"
version = "0.3.1"
authors = ["Chris Fallin <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion npm/weval/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import decompressTar from 'decompress-tar';
import xz from '@napi-rs/lzma/xz';
const __dirname = dirname(fileURLToPath(import.meta.url));

const TAG = "v0.3.0";
const TAG = "v0.3.1";

async function getWeval() {
const knownPlatforms = {
Expand Down
2 changes: 1 addition & 1 deletion npm/weval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/weval",
"version": "0.3.0",
"version": "0.3.1",
"description": "The WebAssembly partial evaluator",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0fb5e37

Please sign in to comment.