Skip to content

Commit 4339ac3

Browse files
committed
0.10.16
1 parent 9425ccb commit 4339ac3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-fetch-blob",
3-
"version": "0.10.15",
3+
"version": "0.10.16",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {

rn-fetch-blob.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "rn-fetch-blob"
3-
s.version = "0.10.6"
3+
s.version = "0.10.16"
44
s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
55
s.requires_arc = true
66
s.license = 'MIT'
77
s.homepage = 'n/a'
8-
s.source = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.10'}
8+
s.source = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.16'}
99
s.author = 'Joltup'
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "8.0"

0 commit comments

Comments
 (0)