diff --git a/Cargo.lock b/Cargo.lock index 68323ab222..0df5662940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "hotg-rune-native" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "build-info", diff --git a/bindings/native/Cargo.toml b/bindings/native/Cargo.toml index f83cd8f4aa..43c49410d0 100644 --- a/bindings/native/Cargo.toml +++ b/bindings/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotg-rune-native" -version = "0.1.0" +version = "0.4.1" edition = "2018" publish = false authors = ["The Rune Developers "]