Skip to content

Commit

Permalink
match cargo and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed Mar 1, 2023
1 parent c5cd978 commit 303ad26
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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 = "1.6.0"
version = "1.6.1-beta.3"

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

Expand Down
16 changes: 8 additions & 8 deletions npm/wizer/package-lock.json

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

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

0 comments on commit 303ad26

Please sign in to comment.