From f6614c7f1c37f2661e4a607c8654046d5c493737 Mon Sep 17 00:00:00 2001 From: ximxim <40807667+lazerblasters@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:52:30 -0400 Subject: [PATCH] chore: release 0.4.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8d0000..71168fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-feedback-reporter", - "version": "0.4.11", + "version": "0.4.12", "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",