From 5bbae14ca5bbde8a6c037c70c449755fc419d777 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Apr 2020 20:39:25 +0000 Subject: [PATCH] chore(release): 5.6.0 [skip ci] # [5.6.0](https://github.com/Vydia/react-native-background-upload/compare/v5.5.0...v5.6.0) (2020-04-03) ### Features * [Android] adjust imports for android x. closes [#173](https://github.com/Vydia/react-native-background-upload/issues/173) ([44d2fc6](https://github.com/Vydia/react-native-background-upload/commit/44d2fc6f026b937821f856e745780e990307676b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49f074f8..cc97157c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "5.5.0", + "version": "5.6.0", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {