From 557ba4a389fc7d2589c55df1289d653d4d6c1a77 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 1 Aug 2021 01:01:03 -0400 Subject: [PATCH] Version 0.2.0 Signed-off-by: Andrew Gunnerson --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57ad284..8226007 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "svrbsctl" -version = "0.1.0" +version = "0.2.0" dependencies = [ "btleplug", "clap", diff --git a/Cargo.toml b/Cargo.toml index 40ea6a9..e4f8151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svrbsctl" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Gunnerson "] edition = "2018"