From 1664758e1269c5cbeafef9f1393de680fa0d2dab Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Tue, 2 Jan 2024 10:43:52 -0600 Subject: [PATCH] chore: bump rive-react-native to 6.2.2 for RCTView patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c007b78..2d313d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react-native", - "version": "6.2.1", + "version": "6.2.2", "description": "Rive React Native", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -149,4 +149,4 @@ ] ] } -} \ No newline at end of file +}