From 1fca3ea03455b7674b23fb67575a62549ace61ba Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Tue, 5 Jul 2022 17:26:21 +0200 Subject: [PATCH] Update readme version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2658db..94e729a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drogue-client" -version = "0.10.0" +version = "0.10.1" authors = ["Jens Reimann "] license = "Apache-2.0" description = "Clients for the Drogue IoT Cloud APIs" diff --git a/README.md b/README.md index 6133411..1c0c838 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Add the dependency to your `Cargo.toml`: ~~~toml [dependencies] -drogue-client = "0.10" +drogue-client = "0.10.1" ~~~