From e0207bd1c1b89f07421235cb8a6eab742d51a7cc Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 20 Nov 2019 15:57:49 +0100 Subject: [PATCH] Bump to 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a08d9d..b66bce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wasm-timer" edition = "2018" description = "Abstraction over std::time::Instant and futures-timer that works on WASM" -version = "0.2.2" +version = "0.2.3" authors = ["Pierre Krieger "] license = "MIT" repository = "https://github.com/tomaka/wasm-timer"