From 4a4fe81c4c479cb900aeeaba1703454c779ef0ad Mon Sep 17 00:00:00 2001 From: Matthew Toledo Date: Thu, 15 Nov 2018 12:16:02 -0500 Subject: [PATCH] 1.16.2 --- 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 395797b1..fb4b646e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pure-react-carousel", - "version": "1.16.1", + "version": "1.16.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26e9c244..f3a2b3d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pure-react-carousel", - "version": "1.16.1", + "version": "1.16.2", "description": "A highly impartial suite of React components that can be assembled by the consumer to create a responsive, aria compliant, carousel with almost no limits on DOM structure or CSS styles. If you're tired of fighting some other developer's CSS and DOM structure, this carousel is for you.", "main": "dist/index.cjs.js", "module": "dist/index.es.js",