From 5aea25eadb31d1b76b2735b4ff65b1d505e0ceeb Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Thu, 26 Jul 2018 16:17:43 -0700 Subject: [PATCH] Release v1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c6851e..16d82fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fusion-plugin-react-redux", "description": "Integrates React and Redux to a Fusion.js application", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "repository": "fusionjs/fusion-plugin-react-redux", "files": ["dist", "flow-typed", "src"],