From ce29c3bf0c6f79298a1ab12e54f6b4dbeb0d3a61 Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Thu, 14 Jan 2016 10:46:10 +0200 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 743b83c..2b43d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-devtools-filter-actions", - "version": "1.0.0", + "version": "1.0.1", "description": "A composable monitor for Redux DevTools with the ability to filter actions.", "main": "lib/index.js", "files": ["lib"],