From e3cf2b6f69eb03bcba0981fe34e4de988ddf7d25 Mon Sep 17 00:00:00 2001 From: Lin Jiacheng Date: Sat, 26 Oct 2024 10:02:40 +0800 Subject: [PATCH] chore: [#IAZW9Z] update package.json version Signed-off-by: Lin Jiacheng --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b975d6..bf63076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-audio", - "version": "4.2.2", + "version": "4.3.1", "description": "React Native extension for recording audio", "main": "index.js", "author": "Joshua Sierles (https://github.com/jsierles)", -- Gitee