From a1c7b99fdd43c87d909bd04cb79c1c7798dd3de8 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Mon, 24 Oct 2022 14:28:28 +0200 Subject: [PATCH] Incremented version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57545cd..4acea1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["ESP8266", "network", "no_std", "at"] categories = ["embedded", "network-programming", "no-std"] authors = ["PEGASUS GmbH "] license = "MIT OR Apache-2.0" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/pegasus-aero/rt-esp-at-nal" readme = "README.md"