From 28f62f138dd47c9f0ef3ca33f2daa17a8e9eb909 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sat, 8 Feb 2025 15:34:10 +0100 Subject: [PATCH] chore: bump to 0.10.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f5f42e..fdab5f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1900,7 +1900,7 @@ dependencies = [ [[package]] name = "television" -version = "0.10.5" +version = "0.10.6" dependencies = [ "anyhow", "bat", diff --git a/Cargo.toml b/Cargo.toml index c8c5cd0..4f46516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.10.5" +version = "0.10.6" edition = "2021" description = "The revolution will be televised." license = "MIT"