From 8ceb13c92bec7bb8e87d8da0beb14b628cda4438 Mon Sep 17 00:00:00 2001 From: Alessio Cancian Date: Tue, 14 Sep 2021 17:28:24 +0200 Subject: [PATCH] New release (v3.1.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3e8504..efd2530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alessiocancian/react-native-actionsheet", - "version": "3.1.0", + "version": "3.1.1", "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",