From 705abe351fafe0ce90021378397d79d7e54010aa Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 28 Jan 2019 10:28:15 +0100 Subject: [PATCH] Bump to 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d4c5a90..d1082436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itertools", - "version": "1.3.1", + "version": "1.3.2", "description": "A JavaScript port of Python's awesome itertools standard library", "githubUrl": "https://github.com/nvie/itertools.js", "main": "./dist/index.js",