From a7cca0ece082deca69ddc74c371a2798e14554f7 Mon Sep 17 00:00:00 2001 From: Alessio Cancian Date: Sat, 5 Nov 2022 12:25:11 +0100 Subject: [PATCH] New release (v3.1.3) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acbec3c..2df2c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alessiocancian/react-native-actionsheet", - "version": "3.1.2", + "version": "3.1.3", "description": "Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.", "main": "lib/index.js", "types": "lib/ts/index.d.ts",