diff --git a/package-lock.json b/package-lock.json index 6dfea4c..ce37de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-hook-tour", - "version": "1.0.0-rc.6", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e05c6c1..1b6fcbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-tour", - "version": "1.0.0-rc.6", + "version": "1.0.0", "description": "A product tour library using React Hooks", "main": "dist/index.js", "module": "lib/index.js",