Skip to content

Commit 6fcfcd2

Browse files
committed
chore: bump wrap test harness cases version
1 parent 8559ee1 commit 6fcfcd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/test-cases/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function fetchWrappers(): Promise<void> {
2222
zip.extractAllTo(destination, /*overwrite*/ true);
2323
}
2424

25-
const tag = "0.1.0"
25+
const tag = "0.1.1"
2626
const repoName = "wasm-test-harness"
2727
const url = `https://github.com/polywrap/${repoName}/releases/download/${tag}/wrappers`;
2828

0 commit comments

Comments
 (0)