From 141111c8ca6c03c38621100c5745d46527a9ba75 Mon Sep 17 00:00:00 2001 From: Vitaly Aminev Date: Tue, 18 Oct 2016 09:46:16 +0100 Subject: [PATCH] Release v4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6390d7..22101be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-connect", - "version": "3.0.0", + "version": "4.0.0", "description": "It allows you to request async data, store them in redux state and connect them to your react component.", "main": "lib/index.js", "repository": {