From 09f8ac0cf8ed1ffaf55bcb22404d34715a741aae Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 13 Jun 2017 10:12:34 -0300 Subject: [PATCH] Release v1.9.4. --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b37e36ab..2efc8923 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.9.3", + "version": "1.9.4", "homepage": "https://github.com/reactjs/react-modal", "authors": [ "Ryan Florence", diff --git a/package.json b/package.json index cbb285c7..7c90f5b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.9.3", + "version": "1.9.4", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", "repository": {