From fa2eed91cd8c4df5d56ebb2427ffad73b3a2b783 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Mon, 16 Jan 2017 11:34:16 -0600 Subject: [PATCH] 0.10.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ecd125..53be24a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-logic", - "version": "0.10.4", + "version": "0.10.5", "description": "Redux middleware for organizing all your business logic. Intercept actions and perform async processing.", "main": "build-lib/index.js", "browser": {