From 09ae8eeedef8a5be4b404141205032402e9b3c6b Mon Sep 17 00:00:00 2001 From: Tommy Cheung Date: Wed, 13 Apr 2022 08:36:39 +0200 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71742a6..52751c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mediamonks/react-redux-component-init", - "version": "2.0.3", + "version": "2.0.4", "description": "A library to manage async component initialization in isomorphic React/Redux applications with server-side rendering", "main": "./lib/index.js", "scripts": {