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