From dc8b4e7e02bd51af66bad5a05826eb78d075a15d Mon Sep 17 00:00:00 2001 From: Ethan Selzer Date: Sat, 1 Sep 2018 22:32:39 -0700 Subject: [PATCH] 3.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 436345c3..82058c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-cursor-position", - "version": "3.0.0-next.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e2cfe5a..7b825e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cursor-position", - "version": "3.0.0-next.3", + "version": "3.0.0", "description": "A React component that decorates its children with touch and mouse cursor coordinates, plotted relative to itself.", "repository": { "type": "git",