From 66ba61856a0da0af16d0c3589a721e7c64ffd08f Mon Sep 17 00:00:00 2001 From: ahaoboy <504595380@qq.com> Date: Tue, 21 May 2024 12:22:19 +0800 Subject: [PATCH] v0.2.2 --- Cargo.lock | 8 ++++---- ansi2-wasm/Cargo.toml | 2 +- ansi2/Cargo.toml | 2 +- ansi2html/Cargo.toml | 2 +- ansi2svg/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c31c8ef..ca41044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ansi2" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "html-escape", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "ansi2-wasm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ansi2", "wasm-bindgen", @@ -22,7 +22,7 @@ dependencies = [ [[package]] name = "ansi2html" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ansi2", "html-escape", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "ansi2svg" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ansi2", "html-escape", diff --git a/ansi2-wasm/Cargo.toml b/ansi2-wasm/Cargo.toml index 0f2ed15..a6a6a86 100644 --- a/ansi2-wasm/Cargo.toml +++ b/ansi2-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi2-wasm" -version = "0.1.0" +version = "0.1.1" authors = ["ahaoboy <504595380@qq.com>"] edition = "2018" diff --git a/ansi2/Cargo.toml b/ansi2/Cargo.toml index 9d27854..748f0c9 100644 --- a/ansi2/Cargo.toml +++ b/ansi2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi2" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" description = "ansi2" diff --git a/ansi2html/Cargo.toml b/ansi2html/Cargo.toml index 311540d..dc22a87 100644 --- a/ansi2html/Cargo.toml +++ b/ansi2html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi2html" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" description = "ansi2html" diff --git a/ansi2svg/Cargo.toml b/ansi2svg/Cargo.toml index 3d0e5f0..ae7e298 100644 --- a/ansi2svg/Cargo.toml +++ b/ansi2svg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi2svg" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" description = "ansi2svg"