From fa526a9b6b51a3c4811c61954328218a4636871d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 21 Oct 2016 11:24:25 +0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31f3392..f61504e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-reduce", - "version": "0.0.0", + "version": "1.0.0", "description": "Reduce a list of values using promises into a promise for a value", "license": "MIT", "repository": "sindresorhus/p-reduce",