From eed0b9ddfbeb5943f830c359ad72be23c368f6bb Mon Sep 17 00:00:00 2001 From: Luke Davies Date: Thu, 9 May 2019 22:59:19 +0100 Subject: [PATCH] v1.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d357a19..9f59d12 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.0", + "version": "1.7.0", "description": "A linq-like lazy iteration module that aims to support deno, node & browser", "main": "dist/mod.js", "repository": "luvies/lazy",