From 8de826f4157efc5c8dec082cc4af91e551b8f962 Mon Sep 17 00:00:00 2001 From: Dylan Paulus Date: Sat, 12 Jan 2019 21:22:37 -0800 Subject: [PATCH] Increment to correct version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0159d13..6d903c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to", - "version": "2.0.2", + "version": "2.0.3", "description": "Scroll to a position using react", "main": "./dist/react-scroll-to.js", "types": "./dist/definitions",