From c9bd3d09b9c2bc5073a7b740f1ba80dbf8da00b4 Mon Sep 17 00:00:00 2001 From: polywrap-build-bot <125783222+polywrap-build-bot@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:47:43 +0200 Subject: [PATCH] 0.2.2 (#81) Co-authored-by: polywrap-build-bot --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" },