From a11a978fa2884f8d1cccf3829c9f20eff85a1e6b Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Wed, 29 Nov 2023 17:38:22 +0100 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 5b282fb..aae95c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-libsodium", - "version": "1.2.0", + "version": "1.2.1", "description": "React Native bindings to Libsodium matching the libsodium-wrappers API", "main": "lib/commonjs/index", "module": "lib/module/index",