Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
bump to 0.10.6 and update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Jun 26, 2017
1 parent 0ea4a4a commit 45b86cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
960px <pinovel@gmail.com>
Amerrnath <amerrnath.21@gmail.com>
Andreas Amsenius <andreas@amsenius.se>
Andrew Jack <me@andrewjack.uk>
Arthur Ouaki <arthur.ouaki@gmail.com>
Ben <benhsieh@catchplay.com>
Ben Hsieh <benhsieh@catchplay.com>
Binur Konarbai <binur95@gmail.com>
Bronco <heybronco@gmail.com>
Chris Sloey <chris@addjam.com>
Expand All @@ -12,6 +15,8 @@ Erik Smartt <code@eriksmartt.com>
Evgeniy Baraniuk <ev.baraniuk@gmail.com>
Frank van der Hoek <frank.vanderhoek@gmail.com>
Guy Blank <blank.guy@gmail.com>
Jacob Lauritzen <jacsebl@hotmail.com>
Jeremi Stadler <stadler.jeremi@gmail.com>
Jon San Miguel <sanmiguelje@gmail.com>
Juan B. Rodriguez <jbrodriguez@gmail.com>
Kaishley <kklingachetti@msn.com>
Expand All @@ -24,6 +29,7 @@ Nick Pomfret <npomfret@users.noreply.github.com>
Oliver <spendabuk@hotmail.com>
Petter Hesselberg <petterh@microsoft.com>
Reza Ghorbani <r.ghorbani.f@gmail.com>
Simón Gómez <simongomez95@gmail.com>
Steve Liles <steveliles@gmail.com>
Tim Suchanek <tim.suchanek@gmail.com>
Yonsh Lin <yonsh@live.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fetch-blob",
"version": "0.10.5",
"version": "0.10.6",
"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 react-native-fetch-blob.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "react-native-fetch-blob"
s.version = "0.10.3-beta.1"
s.version = "0.10.6"
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.authors = { "wkh237" => "xeiyan@gmail.com" }
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.3-beta.1'}
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'}
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "7.0"
s.dependency 'React/Core'
Expand Down

0 comments on commit 45b86cf

Please sign in to comment.