From 25f76c14a86186feb1838ef59c19c60073129f22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 May 2021 23:29:17 +0000 Subject: [PATCH] chore(release): 6.2.3 [skip ci] ## [6.2.3](https://github.com/Vydia/react-native-background-upload/compare/v6.2.2...v6.2.3) (2021-05-05) ### Bug Fixes * non latin multipart file upload ([#210](https://github.com/Vydia/react-native-background-upload/issues/210)) ([896cf32](https://github.com/Vydia/react-native-background-upload/commit/896cf32681e7127df3cb309a2a88e1da1c791621)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 068db75b..54abff68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "6.2.2", + "version": "6.2.3", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {