From d239644c07414239c569a64eff126ba44696a322 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 1 Oct 2024 01:24:10 +0800 Subject: [PATCH] chore: release 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ac05f5..0fb37ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-jsi-udp", - "version": "1.2.0", + "version": "1.2.1", "description": "UDP module for React Native using JSI", "main": "lib/commonjs/index", "module": "lib/module/index",