From ad2c3662f99d937ec5f7470d94435c61fb0ea6ac Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Sun, 7 Apr 2024 13:46:18 -0700 Subject: [PATCH] v0.6.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48fff38..6ac2f3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "escape-artist" -version = "0.6.5" +version = "0.6.6" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a77225e..1408617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "escape-artist" description = "A visualizer for terminal escape sequences" homepage = "https://github.com/rgwood/escape-artist" repository = "https://github.com/rgwood/escape-artist" -version = "0.6.5" +version = "0.6.6" edition = "2021" license = "MIT"