From 1eeaced79e60a760291c97f324ba2db1e461cc81 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 3 Mar 2020 11:10:49 +0100 Subject: [PATCH] chore(release) Bump to 0.4.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- lib/wasmer/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 751257c..f7dc1fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ruby-ext-wasm" -version = "0.3.0" +version = "0.4.0" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "rutie 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3c757fa..fa8cdaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "ruby-ext-wasm" -version = "0.3.0" +version = "0.4.0" authors = ["Ivan Enderlin "] edition = "2018" description = "Ruby extension to run WebAssembly binaries" diff --git a/lib/wasmer/version.rb b/lib/wasmer/version.rb index d81ea26..1074de6 100644 --- a/lib/wasmer/version.rb +++ b/lib/wasmer/version.rb @@ -1,3 +1,3 @@ module Wasmer - VERSION = "0.3.0" + VERSION = "0.4.0" end