From 42fb6f03e7a331aef8b045332fb808e018077aad Mon Sep 17 00:00:00 2001 From: Aleck Greenham Date: Wed, 29 May 2019 17:49:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Version=202.0.0-pre6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bb69d6f..55f10ba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hotkeys", - "version": "2.0.0-pre5", + "version": "2.0.0-pre6", "description": "A declarative library for handling hotkeys and focus within a React application", "main": "index", "module": "index.es",