From a22be888bbb29613f7bb20c752df8f8fb0f571fb Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 28 Feb 2020 20:41:41 -0500 Subject: [PATCH] feat: Trying to get beta build working again. BREAKING CHANGE: We are changing out how we communicate with both standalone Reactotron and adding the ability to communicate to Flipper. No API changes unless you want to use Flipper --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80bb4393..f584b9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactotron-react-native", - "version": "4.1.0-beta.1", + "version": "4.1.0", "description": "A development tool to explore, inspect, and diagnose your React Native apps.", "author": "Infinite Red", "license": "MIT",