From 77a6bd6549b9b9e5a23db0d95b5f908d060136c7 Mon Sep 17 00:00:00 2001 From: Alexander van Saase Date: Sat, 23 Mar 2024 22:45:58 +0100 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- ui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4850214..20d95e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "walksnail-osd-tool" -version = "0.2.0" +version = "0.3.0" dependencies = [ "backend", "crossbeam-channel", diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 010680d..245c624 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walksnail-osd-tool" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Cross-platform tool for rendering the flight controller OSD and SRT data from the Walksnail Avatar HD FPV system on top of the goggle or VRX recording." authors = ["Alexander van Saase"]