From 88a1e350de867a76296302cb07456171f69bb6e6 Mon Sep 17 00:00:00 2001 From: Hans Date: Fri, 30 Aug 2024 19:43:31 +0800 Subject: [PATCH] chore: release 1.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e1ac3f..8d17ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-jsi-udp", - "version": "1.1.2", + "version": "1.1.3", "description": "UDP module for React Native using JSI", "main": "lib/commonjs/index", "module": "lib/module/index",