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