From 425d7871f1eccfd8a9a6a1d15a8a93fcc9c5d459 Mon Sep 17 00:00:00 2001 From: lthiery Date: Fri, 25 Feb 2022 09:48:08 -0800 Subject: [PATCH] (cargo-release) version 0.2.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8f233..50083f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,7 +1224,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual-lorawan-device" -version = "0.2.12-alpha.0" +version = "0.2.12" dependencies = [ "anyhow", "config", diff --git a/Cargo.toml b/Cargo.toml index ef690c3..f6db7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtual-lorawan-device" -version = "0.2.12-alpha.0" +version = "0.2.12" authors = ["lthiery "] edition = "2021" publish = false