From 04ea12f79fb9dcb7a2e09de9289920078d7132f4 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 16 Jul 2019 10:53:54 +0200 Subject: [PATCH] chore(release) Bump version. --- 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 db7efcf..284f633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,7 +772,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ruby-ext-wasm" -version = "0.2.0" +version = "0.3.0" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rutie 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 514a022..d40e922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "ruby-ext-wasm" -version = "0.2.0" +version = "0.3.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 77e275e..d81ea26 100644 --- a/lib/wasmer/version.rb +++ b/lib/wasmer/version.rb @@ -1,3 +1,3 @@ module Wasmer - VERSION = "0.2.0" + VERSION = "0.3.0" end