diff --git a/package-lock.json b/package-lock.json index 5506085a..225e4a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-final-form", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 198bb3d7..c97926dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-final-form", - "version": "5.0.0", + "version": "5.0.1", "description": "🏁 High performance subscription-based form state management for React", "main": "dist/react-final-form.cjs.js", "jsnext:main": "dist/react-final-form.es.js",