From b3fc333d597355a6bce9082e6e32af4e1600e102 Mon Sep 17 00:00:00 2001 From: Aswin Lakshmanan Date: Sat, 15 Jun 2024 15:26:48 +0530 Subject: [PATCH] chore: release 4.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9635b0d..fce0ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-vertical-slider", - "version": "4.3.1", + "version": "4.4.0", "description": "A vertical Slider for React Native written entirely in javascript.", "main": "lib/commonjs/index", "module": "lib/module/index",