From e77fd6427ef2457f0d7a83a9258b75ac796343a0 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 15 Nov 2021 13:33:32 +0000 Subject: [PATCH] up the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb8cc781..69df891e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iter-ops", - "version": "0.1.3", + "version": "0.1.4", "description": "Basic operations on iterables", "main": "dist/index.js", "types": "dist/index.d.ts",