From c27c0a2ab6f6ba6cc48f0680c3c934f13272039d Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Wed, 25 May 2022 20:11:21 +0200 Subject: [PATCH] bump version to 0.7.1 --- README.md | 2 +- mix.exs | 2 +- native/wasmex/Cargo.lock | 2 +- native/wasmex/Cargo.toml | 2 +- test/wasm_import_test/Cargo.lock | 2 +- test/wasm_import_test/Cargo.toml | 2 +- test/wasm_test/Cargo.lock | 2 +- test/wasm_test/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fc042aba..3fc45337 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:wasmex, "~> 0.7.0"} + {:wasmex, "~> 0.7.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 7b166e19..dfcfb49b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Wasmex.MixProject do use Mix.Project - @version "0.7.0" + @version "0.7.1" def project do [ diff --git a/native/wasmex/Cargo.lock b/native/wasmex/Cargo.lock index 50cd4502..9f46c148 100644 --- a/native/wasmex/Cargo.lock +++ b/native/wasmex/Cargo.lock @@ -1517,7 +1517,7 @@ dependencies = [ [[package]] name = "wasmex" -version = "0.7.0" +version = "0.7.1" dependencies = [ "lazy_static", "rustler", diff --git a/native/wasmex/Cargo.toml b/native/wasmex/Cargo.toml index 20e1587b..c1c75ea0 100644 --- a/native/wasmex/Cargo.toml +++ b/native/wasmex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmex" -version = "0.7.0" +version = "0.7.1" authors = ["Philipp Tessenow "] description = "Elixir extension to run WebAssembly binaries" readme = "README.md" diff --git a/test/wasm_import_test/Cargo.lock b/test/wasm_import_test/Cargo.lock index 62a4f967..6af03c00 100644 --- a/test/wasm_import_test/Cargo.lock +++ b/test/wasm_import_test/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "wasmex_test" -version = "0.7.0" +version = "0.7.1" diff --git a/test/wasm_import_test/Cargo.toml b/test/wasm_import_test/Cargo.toml index 663bbfbb..e13d6678 100644 --- a/test/wasm_import_test/Cargo.toml +++ b/test/wasm_import_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmex_test" -version = "0.7.0" +version = "0.7.1" authors = ["Philipp Tessenow "] edition = "2018" diff --git a/test/wasm_test/Cargo.lock b/test/wasm_test/Cargo.lock index 62a4f967..6af03c00 100644 --- a/test/wasm_test/Cargo.lock +++ b/test/wasm_test/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "wasmex_test" -version = "0.7.0" +version = "0.7.1" diff --git a/test/wasm_test/Cargo.toml b/test/wasm_test/Cargo.toml index 663bbfbb..e13d6678 100644 --- a/test/wasm_test/Cargo.toml +++ b/test/wasm_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmex_test" -version = "0.7.0" +version = "0.7.1" authors = ["Philipp Tessenow "] edition = "2018"