From 79daec9fa7cc271848a574a651491ca93a4c823e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Sep 2020 06:55:56 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] # [6.2.0](https://github.com/Vydia/react-native-background-upload/compare/v6.1.0...v6.2.0) (2020-09-08) ### Features * [Android] Use root project SDK. Update kotlin to 1.4.0 ([#216](https://github.com/Vydia/react-native-background-upload/issues/216)) ([b8eaa84](https://github.com/Vydia/react-native-background-upload/commit/b8eaa84c9e0fe75efd130e03712998f7fd1c11d1)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9df1849b..d0407e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "6.1.0", + "version": "6.2.0", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {