From 4a607efad8cdfe824487dc902ede9a675456eb02 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Tue, 11 Jun 2024 19:30:02 +0200 Subject: [PATCH] chore: release 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e0e786..411e6b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-libsodium", - "version": "1.3.1", + "version": "1.4.0", "description": "React Native bindings to Libsodium matching the libsodium-wrappers API", "main": "lib/commonjs/index", "module": "lib/module/index",