From 7baa5d40bb549d55332d9801207a6bfce63d1986 Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Mon, 13 Jun 2022 17:15:45 +0800 Subject: [PATCH] Upgrade version to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d42c4ff..f0f695d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rexie" -version = "0.4.1" +version = "0.4.2" authors = ["Devashish Dixit "] license = "MIT/Apache-2.0" description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly"