diff --git a/Cargo.toml b/Cargo.toml index 696e2ce..4455c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-serde-ext" -version = "0.1.1" +version = "0.1.2" authors = ["Andrew Toth"] license = "MIT" homepage = "https://github.com/andrewtoth/http-serde-ext/" diff --git a/README.md b/README.md index 8872d91..171f3ac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cargo add http-serde-ext Or add the following line to your Cargo.toml: ```toml -http-serde-ext = "0.1.1" +http-serde-ext = "0.1.2" ``` # Usage