diff --git a/README.md b/README.md index a680da3..388b48c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ It is a port of the Haskell library [Uniplate](https://hackage.haskell.org/packa Quick links: -* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.1.3) -* [Documentation (docs.rs)](https://docs.rs/uniplate/0.1.3) +* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.1.4) +* [Documentation (docs.rs)](https://docs.rs/uniplate/0.1.4) * [Github Repository](https://github.com/conjure-cp/uniplate) ## A simple example diff --git a/uniplate-derive/Cargo.toml b/uniplate-derive/Cargo.toml index 17f45f9..c7ae53a 100644 --- a/uniplate-derive/Cargo.toml +++ b/uniplate-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniplate-derive" -version = "0.1.3" +version = "0.1.4" authors = [ "Niklas Dewally ", "Özgür Akgün ", diff --git a/uniplate/Cargo.toml b/uniplate/Cargo.toml index 71864d2..71a30d3 100644 --- a/uniplate/Cargo.toml +++ b/uniplate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniplate" -version = "0.1.3" +version = "0.1.4" authors = [ "Niklas Dewally ", "Özgür Akgün ", @@ -20,7 +20,7 @@ im = { version = "15.1.0", features = ["proptest"] } proptest = "1.5.0" proptest-derive = "0.5.0" thiserror = "1.0.66" -uniplate-derive = { version = "0.1.3", path = "../uniplate-derive" } +uniplate-derive = { version = "0.1.4", path = "../uniplate-derive" } [dev-dependencies] trybuild = "1.0.101"