From 2bfc8896f2475eaacb86597f518b085f33ef7a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateo=20Guzm=C3=A1n?= Date: Sun, 6 Oct 2024 12:45:46 +0200 Subject: [PATCH] chore: release 0.0.1-alpha.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b79bd81..856dda1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-lz4", - "version": "0.0.1-alpha.1", + "version": "0.0.1-alpha.2", "description": "LZ4 – React Native bindings for an extremely fast compression algorithm.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",