From 2fccc3b032a582c4cc8d05bc89dc8bdac416b75a Mon Sep 17 00:00:00 2001 From: Arkit Vora Date: Wed, 17 Jun 2020 00:00:23 +0530 Subject: [PATCH] chore: release 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7710180..a384373 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-step-indicator", - "version": "1.0.2", + "version": "1.0.3", "description": "A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist", "main": "lib/commonjs/index", "module": "lib/module/index",