From 72f820843b499ff7d040fb12b85e602152ef111e Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sun, 18 Oct 2020 12:59:56 +0800 Subject: [PATCH] Bump version to v0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78ce348..e039f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Y. T. Chung "] name = "mqtt-protocol" -version = "0.8.1" +version = "0.9.0" license = "MIT/Apache-2.0" description = "MQTT Protocol Library" keywords = ["mqtt", "protocol"]