From 41254fe00a9ce4fb81485a152bba6948e8060bed Mon Sep 17 00:00:00 2001 From: lthiery Date: Mon, 23 Aug 2021 14:57:59 -0700 Subject: [PATCH] (cargo-release) version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 450c854..a10fa3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "virtual-lorawan-device" -version = "0.2.1-alpha.0" +version = "0.2.1" dependencies = [ "anyhow", "config", diff --git a/Cargo.toml b/Cargo.toml index 8421d42..d4bc319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtual-lorawan-device" -version = "0.2.1-alpha.0" +version = "0.2.1" authors = ["lthiery "] edition = "2018" publish = false