From 799a495ab95ecfb52eeb6b231f0a5b022e047fb4 Mon Sep 17 00:00:00 2001 From: fullstackdev311 Date: Wed, 5 May 2021 18:14:44 +0000 Subject: [PATCH] chore(release): 6.2.1 [skip ci] ## [6.2.1](https://github.com/Vydia/react-native-background-upload/compare/v6.2.0...v6.2.1) (2021-05-05) ### Bug Fixes * CI & migrate to mavenCentral ([#249](https://github.com/Vydia/react-native-background-upload/issues/249)) ([c12a208](https://github.com/Vydia/react-native-background-upload/commit/c12a2085bdbc6f95185cf195f8fdad7285573408)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0407e6..c7878a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "6.2.0", + "version": "6.2.1", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {