diff --git a/README.md b/README.md index 09cfea1..2e6f608 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "v0.0.7" } +xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "v0.0.8" } ``` ## Usage diff --git a/xray-lite-aws-sdk/README.md b/xray-lite-aws-sdk/README.md index cffa7fa..fba5bd3 100644 --- a/xray-lite-aws-sdk/README.md +++ b/xray-lite-aws-sdk/README.md @@ -8,8 +8,8 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.2" } -xray-lite-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.2" } +xray-lite = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.3" } +xray-lite-aws-sdk = { git = "https://github.com/codemonger-io/xray-lite.git", tag = "aws-sdk-v0.0.3" } ``` **You have to install `xray-lite` and `xray-lite-aws-sdk` from the same commit!**