From 12c67c85d06e4953b1ae8ae9348d05b27e64e218 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Mon, 22 Jan 2024 21:34:42 +0100 Subject: [PATCH] chore: release 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 056f650..1d41689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-libsodium", - "version": "1.2.4", + "version": "1.3.0", "description": "React Native bindings to Libsodium matching the libsodium-wrappers API", "main": "lib/commonjs/index", "module": "lib/module/index",