From 4cff5f7062f32c79e6a9e157a4690429a72f14f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fithan=20Y=C3=BCceda=C4=9F?= Date: Fri, 17 Mar 2023 01:11:17 +0300 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abc65b6..8741c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ruler-picker", - "version": "0.1.0", + "version": "0.2.0", "description": "⚡ Lightning-fast and customizable Ruler Picker component for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",