Skip to content

Commit 5d1ecce

Browse files
committed
chore: Prepare the 0.5.0.
1 parent 73946b5 commit 5d1ecce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/wasmer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmer"
3-
version = "1.0.0"
3+
version = "0.5.0"
44
authors = ["Wasmer Engineering Team <[email protected]>"]
55
edition = "2018"
66
description = "Ruby extension to run WebAssembly binaries"

wasmer.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = "wasmer"
6-
spec.version = "1.0.0"
6+
spec.version = "0.5.0"
77
spec.authors = ["Wasmer Engineering Team"]
88
spec.email = ["[email protected]"]
99

0 commit comments

Comments
 (0)