From 72234d88d2b2d389861b1e8e4a8f657241e5073f Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Thu, 4 Jul 2024 16:45:43 +0800 Subject: [PATCH] chore: Release rexie version 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c970ff..05ba7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rexie" -version = "0.6.0" +version = "0.6.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"