Skip to content

Commit

Permalink
0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Traviskn committed Jul 14, 2019
1 parent 9425ccb commit 4339ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions rn-fetch-blob.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4339ac3

Please sign in to comment.