From 29707b465cdf57781158be69e338e52bbbf53b9f Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Sun, 2 Apr 2023 03:27:52 +0200 Subject: [PATCH] updates to version 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02f4f3f..40d2f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ansi-control-codes" description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Frank Zechert "]