From b337f9578fa8e21fa5c9fe8d6eb74baaa43a1c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 19 Jan 2017 18:34:14 +0100 Subject: [PATCH] fetch 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70ca5753..d61b8729 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "2.0.1", + "version": "2.0.2", "main": "fetch.js", "repository": "github/fetch", "license": "MIT",