From 6770bdede531e38d3a9fed41eeff69d2ae11593e Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Tue, 12 Apr 2022 14:52:51 +0800 Subject: [PATCH] Bump version to 0.4.1 (#13) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35e7632..78b63c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rexie" -version = "0.4.0" +version = "0.4.1" authors = ["Devashish Dixit "] license = "MIT/Apache-2.0" description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly"