From e4c11084fe70e7a999c78340306d5efb436cc76a Mon Sep 17 00:00:00 2001 From: stephen Date: Mon, 26 Feb 2024 17:24:31 +0100 Subject: [PATCH] v0.4.0 includes the Tether disconnection options --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9efbff1..364c691 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,7 +3101,7 @@ dependencies = [ [[package]] name = "tether-artnet-controller" -version = "0.3.3" +version = "0.4.0" dependencies = [ "anyhow", "artnet_protocol", diff --git a/Cargo.toml b/Cargo.toml index 7d717f3..b7655f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tether-artnet-controller" -version = "0.3.3" +version = "0.4.0" edition = "2021" repository = "https://github.com/RandomStudio/tether-artnet-controller" authors = ["Stephen Buchanan"]