From da3a5491db36db209108e344b8b0bec277cec987 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 19:22:43 +0000 Subject: [PATCH] chore(release): 6.12.0 [skip ci] # [6.12.0](https://github.com/appfolio/react-native-upload/compare/v6.11.0...v6.12.0) (2023-10-25) ### Features * **core:** Increase OKHttp timeout values by 3x for Android requests ([6caa772](https://github.com/appfolio/react-native-upload/commit/6caa7721f51f528f016a56f31d6f8ce2a7c07f71)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36c187ea..cb7f3f94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appfolio/react-native-upload", - "version": "6.11.1", + "version": "6.12.0", "description": "Cross platform http post file uploader with Android and iOS background support.", "main": "src/index.js", "scripts": {