From fc271a85e8d0bc8196f69712479be6d40d02df69 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Sat, 25 Feb 2017 13:59:28 -0600 Subject: [PATCH] 0.11.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8575d80..5ff445e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-logic", - "version": "0.11.6", + "version": "0.11.7", "description": "Redux middleware for organizing all your business logic. Intercept actions and perform async processing.", "main": "build-lib/index.js", "browser": {