update version number to 0.4.1

This commit is contained in:
Mark McCaskey
2019-05-06 18:02:39 -07:00
parent e42eb3753e
commit e5dc94c7d6
15 changed files with 79 additions and 79 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-runtime-c-api"
version = "0.4.0"
version = "0.4.1"
description = "Wasmer C API library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -16,11 +16,11 @@ libc = "0.2"
[dependencies.wasmer-runtime]
path = "../runtime"
version = "0.4.0"
version = "0.4.1"
[dependencies.wasmer-runtime-core]
path = "../runtime-core"
version = "0.4.0"
version = "0.4.1"
[features]
debug = ["wasmer-runtime/debug"]