From 0e9c51dcba39ab445ebe557dcc97a617092fc4f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jun 2020 19:39:56 +0000 Subject: [PATCH] chore(release): 5.7.0 [skip ci] # [5.7.0](https://github.com/Vydia/react-native-background-upload/compare/v5.6.1...v5.7.0) (2020-06-09) ### Features * Add iOS group app id support & fix .d.ts ([#198](https://github.com/Vydia/react-native-background-upload/issues/198)) ([6729599](https://github.com/Vydia/react-native-background-upload/commit/672959952768ca3c3602607a47db4b921355036e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a576f869..1ef87c81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "5.6.1", + "version": "5.7.0", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {