diff --git a/package-lock.json b/package-lock.json index bb504f2..fd1e8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-logic", - "version": "3.0.0-rc.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c5945b..ccabe02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-logic", - "version": "3.0.0-rc.0", + "version": "3.0.0", "description": "Redux middleware for organizing all your business logic. Intercept actions and perform async processing.", "main": "build-lib/index.js", "browser": {