From bfb61427f3ad7e321e00aedf09318a146a8de1f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Aug 2021 22:28:54 +0000 Subject: [PATCH] chore(release): 6.4.1 [skip ci] ## [6.4.1](https://github.com/Vydia/react-native-background-upload/compare/v6.4.0...v6.4.1) (2021-08-26) ### Bug Fixes * check if UTI exists ([#272](https://github.com/Vydia/react-native-background-upload/issues/272)) ([b9ac083](https://github.com/Vydia/react-native-background-upload/commit/b9ac083c3a060457870e6011e98e1a29366a5a17)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01b541d3..abee7d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "6.4.0", + "version": "6.4.1", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {