From 989a1e8132e9adb4c4e973875ad043ff7219fc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 19 Jan 2016 14:41:52 +1100 Subject: [PATCH] Fetch 0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3dd61a..c26ed98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "0.10.1", + "version": "0.11.0", "main": "fetch.js", "repository": "github/fetch", "licenses": [ -- GitLab