From a38e9933951de2725d991d1e8ddeb4701060783a Mon Sep 17 00:00:00 2001 From: zacharyfmarion Date: Thu, 25 Jan 2024 01:51:06 -0800 Subject: [PATCH] chore: release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57cd1a1..089c924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-heap-profiler", - "version": "0.0.4", + "version": "0.1.0", "description": "Heap profiler for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",