From 40085e27a81098505eb07473e95428bc747afa00 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 25 Dec 2020 17:57:56 +0700 Subject: [PATCH] 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 136a1a0..3e8c1a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "strip-ansi-cli" -version = "0.0.0" +version = "0.1.0" dependencies = [ "pipe-trait", "strip-ansi-escapes", diff --git a/Cargo.toml b/Cargo.toml index b8330e6..3f99ada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "strip-ansi-cli" description = "Strip ANSI escape sequences from text" -version = "0.0.0" +version = "0.1.0" authors = ["khai96_ "] edition = "2018" readme = "README.md"