From 1f90d594288f38482d2e47bde000aafc33bfe8d3 Mon Sep 17 00:00:00 2001 From: Aleck Greenham Date: Thu, 18 Apr 2019 07:51:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Version=202.0.0-pre5?= 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 d118752f..8bb69d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hotkeys", - "version": "2.0.0-pre4", + "version": "2.0.0-pre5", "description": "A declarative library for handling hotkeys and focus within a React application", "main": "index", "module": "index.es",