diff --git a/package-lock.json b/package-lock.json index 7931cafe..8f0ad413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-multi-carousel", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15376104..52e29a12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-multi-carousel", "private": false, - "version": "2.2.0", + "version": "2.2.1", "description": "Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.", "main": "index.js", "types": "./lib/types.d.ts",