From a03da82c56bab5e1e6ed644b82ce8a220a3a6847 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 26 Jan 2025 22:04:00 +0100 Subject: [PATCH] chore: bump to 0.10.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9701bcf..23a29f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "television" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "bat", diff --git a/Cargo.toml b/Cargo.toml index abbcbd7..c8ff09f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.10.1" +version = "0.10.2" edition = "2021" description = "The revolution will be televised." license = "MIT"