From b54dbacecabeaf0eb4ee6a7cd6fb5daf54e00d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 17 Nov 2016 16:59:59 +0100 Subject: [PATCH] fetch 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74fcef90..70ca5753 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "2.0.0", + "version": "2.0.1", "main": "fetch.js", "repository": "github/fetch", "license": "MIT",