From 1b01954657c20c121c85c11933e2ee5beb60bfe1 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 9 Oct 2022 18:35:19 +0500 Subject: [PATCH] bump version to 0.8.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eb4082..6ae484a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-actions-sheet", - "version": "0.8.7", + "version": "0.8.8", "description": "A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.", "main": "./dist/index.js", "repository": {