From 25191a29b915c3b1aeb186c8e87da79525891ea6 Mon Sep 17 00:00:00 2001 From: Nathan Maves Date: Mon, 20 Feb 2017 20:54:24 -0700 Subject: [PATCH] 3.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da9b0ec..265c8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-axios-middleware", - "version": "3.1.1", + "version": "3.1.2", "description": "Redux middleware for fetching data with axios HTTP client", "main": "dist/bundle.js", "scripts": {