diff --git a/Cargo.lock b/Cargo.lock index 203e3a4..815f520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "whippit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chumsky", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9dd0494..db5f00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whippit" description = "Tools and a library to work with Web Platform Tests data" -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/ErichDonGubler/whippit" license = "MIT or Apache-2.0"