From 11c9b7b3242937c00de56efbf39fd7e286897753 Mon Sep 17 00:00:00 2001 From: Brent Mealhouse Date: Wed, 13 Feb 2019 17:36:46 -0600 Subject: [PATCH] v4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 398c1b0..c66f7ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-redux-saga", - "version": "3.0.0", + "version": "4.0.0", "description": "redux-saga HOC for Next.js", "repository": "https://github.com/bmealhouse/next-redux-saga.git", "author": "Brent Mealhouse ",