From c02f7bc322556963616eb52fd7098a1f1a8707aa Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Thu, 26 Mar 2020 13:27:30 +0100 Subject: [PATCH] Bump version to 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c95e7b2..b36a973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ptomasroos/react-native-multi-slider", - "version": "2.2.0", + "version": "2.2.1", "description": "Android and iOS supported pure JS slider component with multiple markers for React Native", "main": "MultiSlider.js", "types": "index.d.ts",