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