From 0205d58b7c69efb68fedade6399e5604aab98d2f Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Thu, 28 Oct 2021 12:16:15 +1300 Subject: [PATCH] (cargo-release) version 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b5419b..ee13ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "coap-client" description = "A CoAP client" readme = "README.md" -version = "0.2.1" +version = "0.2.2" authors = ["ryan "] repository = "https://github.com/ryankurte/rust-coap-client" license = "MPL-2.0"