Skip to content

Commit

Permalink
bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed May 25, 2022
1 parent 5971eed commit c27c0a2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:wasmex, "~> 0.7.0"}
{:wasmex, "~> 0.7.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Wasmex.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/wasmex/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 native/wasmex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmex"
version = "0.7.0"
version = "0.7.1"
authors = ["Philipp Tessenow <[email protected]>"]
description = "Elixir extension to run WebAssembly binaries"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion test/wasm_import_test/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 test/wasm_import_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmex_test"
version = "0.7.0"
version = "0.7.1"
authors = ["Philipp Tessenow <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion test/wasm_test/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 test/wasm_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmex_test"
version = "0.7.0"
version = "0.7.1"
authors = ["Philipp Tessenow <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c27c0a2

Please sign in to comment.