diff --git a/Cargo.lock b/Cargo.lock index 9435060..35c3cc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "clp" -version = "0.3.0" +version = "0.4.0" dependencies = [ "artem", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 4b62b45..c699adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clp" -version = "0.3.0" +version = "0.4.0" authors = ["valentinegb"] edition = "2021" description = "Simple library for creating \"command line presentations\"."