From 7e86a98000222609f66ac61506c18a24eac3b009 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Sat, 21 Oct 2023 22:33:04 +0200 Subject: [PATCH] chore: release 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bdd584..4548ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-libsodium", - "version": "1.1.1", + "version": "1.1.2", "description": "React Native bindings to Libsodium matching the libsodium-wrappers API", "main": "lib/commonjs/index", "module": "lib/module/index",