From 4339ac35516adc91e9b6b6453846f5afafbf8fe2 Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Sun, 14 Jul 2019 17:48:54 -0600 Subject: [PATCH] 0.10.16 --- package.json | 2 +- rn-fetch-blob.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4cf032974..6162696c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-fetch-blob", - "version": "0.10.15", + "version": "0.10.16", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index.js", "scripts": { diff --git a/rn-fetch-blob.podspec b/rn-fetch-blob.podspec index 2f3d95412..6956abea5 100644 --- a/rn-fetch-blob.podspec +++ b/rn-fetch-blob.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "rn-fetch-blob" - s.version = "0.10.6" + s.version = "0.10.16" s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers." s.requires_arc = true s.license = 'MIT' s.homepage = 'n/a' - s.source = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.10'} + s.source = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.16'} s.author = 'Joltup' s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "8.0"