diff --git a/bower.json b/bower.json index 2e51b2aa..6ac38466 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.7", + "version": "1.7.8", "homepage": "https://github.com/reactjs/react-modal", "authors": [ "Ryan Florence", @@ -26,4 +26,4 @@ "karma.conf.js", "package.json" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 50e87678..b2abb623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.7", + "version": "1.7.8", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", "repository": {