release version 0.1.1
diff --git a/crates/coresimd/Cargo.toml b/crates/coresimd/Cargo.toml
index 90822d2..629a1c3 100644
--- a/crates/coresimd/Cargo.toml
+++ b/crates/coresimd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "coresimd"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = "SIMD support in Rust's core library."
 documentation = "https://docs.rs/stdsimd"
diff --git a/crates/stdsimd/Cargo.toml b/crates/stdsimd/Cargo.toml
index 251754e..d451f6d 100644
--- a/crates/stdsimd/Cargo.toml
+++ b/crates/stdsimd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "stdsimd"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = "SIMD support in Rust's standard library."
 documentation = "https://docs.rs/stdsimd"
@@ -19,7 +19,7 @@
 maintenance = { status = "experimental" }
 
 [dependencies]
-coresimd = { version = "0.1.0" }
+coresimd = { version = "0.1.1" }
 libc = "0.2"
 cfg-if = "0.1"