From a6a926ed5782140e009c492c526080ad553eaaf8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Mar 2020 15:54:31 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] # [5.2.0](https://github.com/Vydia/react-native-background-upload/compare/v5.1.0...v5.2.0) (2020-03-22) ### Features * adding e2e tests, build automation and linting ([#174](https://github.com/Vydia/react-native-background-upload/issues/174)) ([d0ee16e](https://github.com/Vydia/react-native-background-upload/commit/d0ee16e634405e008b411ba50ca026c0bc9523e5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a03ddb31..3e582e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "5.3.0-beta.0", + "version": "5.2.0", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {