From 860ef4194ac5ead9b9689019dbad1e8583f2ce5b Mon Sep 17 00:00:00 2001 From: Stephen Buchanan Date: Sun, 14 Apr 2024 17:11:39 +0200 Subject: [PATCH] v0.6.3 adds a new fixture --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea5171b..8c95c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "tether-artnet-controller" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "artnet_protocol", diff --git a/Cargo.toml b/Cargo.toml index 936cc6f..f1c9165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tether-artnet-controller" -version = "0.6.2" +version = "0.6.3" edition = "2021" repository = "https://github.com/RandomStudio/tether-artnet-controller" authors = ["Stephen Buchanan"]