From 5a67e7d2af70f163f8d83906652ef562feff1af1 Mon Sep 17 00:00:00 2001 From: Henry Paulino Date: Wed, 22 May 2024 10:35:55 -0400 Subject: [PATCH] Update package.json version to 2.0.0-rc.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cab647..7945ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@corasan/modal-sheet", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.16", "description": "Modal sheet component for React Native. Inspired by the native modal sheet in iOS.", "main": "build/index.js", "types": "build/index.d.ts",