From 720cb81b080ba0104cc7ee36292116d11379e489 Mon Sep 17 00:00:00 2001 From: rozhkovs Date: Sun, 21 May 2023 14:23:23 +0700 Subject: [PATCH] chore: release 0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f85b76b..c6ba8b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quidone/react-native-wheel-picker-feedback", - "version": "0.0.0", + "version": "0.0.1", "description": "It provides native sound and haptic feedback from the wheel picker", "main": "dist/commonjs/index", "module": "dist/module/index",