From f66aaf180d37ba1ad85611d410c1dcb5f44afd16 Mon Sep 17 00:00:00 2001 From: Samuel Elgozi Date: Thu, 26 Mar 2020 20:48:56 +0200 Subject: [PATCH] v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25851a1..0355022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-firestore-lite", - "version": "0.3.0", + "version": "0.4.0", "description": "A lightweight cloud firestore library for the browser", "main": "src/index.js", "author": "Samuel Elgozi ",