From 3a9688887ce658e292938b32af337b1bfd45b3ba Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Wed, 24 Aug 2016 13:56:19 -0500 Subject: [PATCH] 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b11f34..89cd19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-logic", - "version": "0.9.0", + "version": "0.9.1", "description": "Redux middleware for organizing business logic and action side effects.", "main": "build-lib/index.js", "browser": {