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