diff --git a/Cargo.lock b/Cargo.lock index 5c6fd2e..7bb6f16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,7 +948,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "wrap-test-harness" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "cli-table", diff --git a/Cargo.toml b/Cargo.toml index a7bea01..1c8863a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrap-test-harness" -version = "0.2.1" +version = "0.2.2" edition = "2021" [dependencies] diff --git a/package.json b/package.json index 43b0e56..e959924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrap-test-harness", - "version": "0.2.1", + "version": "0.2.2", "scripts": { "version:apply": "yarn version --new-version $(cat VERSION) --no-git-tag-version" },