From 3769cc7b511253fe4f6dd5e2f9b49629341db932 Mon Sep 17 00:00:00 2001 From: Brent Mealhouse Date: Wed, 31 Jan 2018 14:40:30 -0600 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f02f072..1b12c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-redux-saga", - "version": "1.0.1", + "version": "2.0.0", "description": "redux-saga HOC for Next.js", "repository": "https://github.com/bmealhouse/next-redux-saga.git", "author": "Brent Mealhouse ",