Skip to content

Commit 04ea12f

Browse files
committed
chore(release) Bump version.
1 parent 2d4eaf0 commit 04ea12f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
publish = false
33
name = "ruby-ext-wasm"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["Ivan Enderlin <[email protected]>"]
66
edition = "2018"
77
description = "Ruby extension to run WebAssembly binaries"

lib/wasmer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Wasmer
2-
VERSION = "0.2.0"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)