Skip to content

Commit

Permalink
Merge pull request #100 from fitzgen/version-5
Browse files Browse the repository at this point in the history
Bump to version 5.0.0
  • Loading branch information
fitzgen authored Mar 13, 2024
2 parents 750c537 + 668f86a commit 3c0d633
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 @@ -10,7 +10,7 @@ license = "Apache-2.0 WITH LLVM-exception"
name = "wizer"
readme = "./README.md"
repository = "https://github.com/bytecodealliance/wizer"
version = "4.0.0"
version = "5.0.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
14 changes: 7 additions & 7 deletions npm/wizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/wizer",
"version": "4.0.0",
"version": "5.0.0",
"description": "The WebAssembly Pre-Initializer",
"type": "module",
"scripts": {
Expand All @@ -20,12 +20,12 @@
"wizer": "./wizer.js"
},
"optionalDependencies": {
"@bytecodealliance/wizer-darwin-arm64": "4.0.0",
"@bytecodealliance/wizer-darwin-x64": "4.0.0",
"@bytecodealliance/wizer-linux-x64": "4.0.0",
"@bytecodealliance/wizer-linux-arm64": "4.0.0",
"@bytecodealliance/wizer-linux-s390x": "4.0.0",
"@bytecodealliance/wizer-win32-x64": "4.0.0"
"@bytecodealliance/wizer-darwin-arm64": "5.0.0",
"@bytecodealliance/wizer-darwin-x64": "5.0.0",
"@bytecodealliance/wizer-linux-x64": "5.0.0",
"@bytecodealliance/wizer-linux-arm64": "5.0.0",
"@bytecodealliance/wizer-linux-s390x": "5.0.0",
"@bytecodealliance/wizer-win32-x64": "5.0.0"
},
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3c0d633

Please sign in to comment.