From 7eaaba6cee34facd6fb793e97daad94db067fe10 Mon Sep 17 00:00:00 2001 From: Reilly Wood Date: Wed, 3 Apr 2024 20:11:29 -0700 Subject: [PATCH] v0.6.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76cbe40..ec3df17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "escape-artist" -version = "0.6.0" +version = "0.6.5" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 79d27ae..5aff13f 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.0" +version = "0.6.5" edition = "2021" license = "MIT"