From 8391a3a04ad821ad829120eabf02aa41d599c913 Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Mon, 1 May 2023 08:03:20 -0400 Subject: [PATCH] 0.9.3 --- crates/percy-dom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/percy-dom/Cargo.toml b/crates/percy-dom/Cargo.toml index 230d24c1..122506bd 100644 --- a/crates/percy-dom/Cargo.toml +++ b/crates/percy-dom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "percy-dom" -version = "0.9.2" +version = "0.9.3" authors = ["Chinedu Francis Nwafili "] description = "A standalone Virtual DOM creation, diffing and patching implementation" keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]