From b780bc30109c3d2994d0c5f97159c46f6a7545e2 Mon Sep 17 00:00:00 2001 From: Michael Laktionov Date: Tue, 22 Dec 2020 08:46:18 +0200 Subject: [PATCH] bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9212ad..19ae094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-device-detect", - "version": "1.14.0", + "version": "1.15.0", "description": "Detect device type and render your component according to it", "main": "main.js", "typings": "./index.d.ts",