From e305ec1d892fd04e2a62641c46b49d98e6a32a16 Mon Sep 17 00:00:00 2001 From: Kedar Sovani Date: Wed, 9 Aug 2023 15:24:33 +0530 Subject: [PATCH] Bump-up crate version --- rs-matter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs-matter/Cargo.toml b/rs-matter/Cargo.toml index c3fc2d1..dac0317 100644 --- a/rs-matter/Cargo.toml +++ b/rs-matter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-matter" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Kedar Sovani ", "Ivan Markov", "Project CHIP Authors"] description = "Native Rust implementation of the Matter (Smart-Home) ecosystem"