From 9b65838baaaff2c7d20ce5c0596199d921aa71d9 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Mon, 25 Mar 2024 10:41:52 +0900 Subject: [PATCH] docs: bump versions in installation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `xray-lite` → v0.0.8 - `xray-lite-aws-sdk` → aws-sdk-v0.0.3 --- README.md | 2 +- xray-lite-aws-sdk/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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!**