From 39cec6f942438b81dd75410fe534e5d6b4609bca Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 8 Jun 2017 01:45:46 -0300 Subject: [PATCH] Release v1.7.8. --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {