From 5b8e935f0ba4ec6f241cc930664a40f216328fbf Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Thu, 21 Sep 2023 09:49:02 -0500 Subject: [PATCH] chore: bump package.json to minor version for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c5f811..fc79646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react-native", - "version": "6.0.4", + "version": "6.1.0", "description": "Rive React Native", "main": "lib/commonjs/index", "module": "lib/module/index",