From 4064fb6059e2709b83bc2eb4f8c6619fd62a6ead Mon Sep 17 00:00:00 2001 From: Floris Bernard Date: Mon, 17 Dec 2018 22:14:06 +0100 Subject: [PATCH] Create new RC --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5cc0a5..a38c29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-component-init", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A library to manage async cpmponent initialization in isomorphic React/Redux applications with server-side rendering", "main": "./lib/index.js", "scripts": {