From 75602fec41bc41d3700860bdd45a111cfb4e1885 Mon Sep 17 00:00:00 2001 From: lazerblasters <40807667+lazerblasters@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:50:49 -0400 Subject: [PATCH] chore: release 0.4.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8d804c..85f09ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-feedback-reporter", - "version": "0.4.9", + "version": "0.4.10", "description": "RNFR is on a mission to help developers get useful information from testers to help debug issues by automatically gathering of information and integrating with popular tools.", "main": "lib/commonjs/index", "module": "lib/module/index",