From 76f6a09cbfc1c955479dd9da2a333f7404c79de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 14 Nov 2016 20:39:22 +0100 Subject: [PATCH] fetch 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8db517b..724c3db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "1.0.0", + "version": "1.1.0", "main": "fetch.js", "repository": "github/fetch", "license": "MIT", -- GitLab