diff --git a/package-lock.json b/package-lock.json index b3aa981..8fea170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-redux-async-action", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 169e4aa..364fe52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-async-action", - "version": "1.0.0", + "version": "1.0.1", "description": "Helper methods for dealing with boilerplate of working with react-redux actions that have an eventual outcome", "main": "dist/index.js", "module": "dist/index.js",