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

Commit 45b86cf

Browse files
committedJun 26, 2017
bump to 0.10.6 and update contributors
1 parent 0ea4a4a commit 45b86cf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎CONTRIBUTORS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
960px <pinovel@gmail.com>
2+
Amerrnath <amerrnath.21@gmail.com>
23
Andreas Amsenius <andreas@amsenius.se>
34
Andrew Jack <me@andrewjack.uk>
45
Arthur Ouaki <arthur.ouaki@gmail.com>
6+
Ben <benhsieh@catchplay.com>
7+
Ben Hsieh <benhsieh@catchplay.com>
58
Binur Konarbai <binur95@gmail.com>
69
Bronco <heybronco@gmail.com>
710
Chris Sloey <chris@addjam.com>
@@ -12,6 +15,8 @@ Erik Smartt <code@eriksmartt.com>
1215
Evgeniy Baraniuk <ev.baraniuk@gmail.com>
1316
Frank van der Hoek <frank.vanderhoek@gmail.com>
1417
Guy Blank <blank.guy@gmail.com>
18+
Jacob Lauritzen <jacsebl@hotmail.com>
19+
Jeremi Stadler <stadler.jeremi@gmail.com>
1520
Jon San Miguel <sanmiguelje@gmail.com>
1621
Juan B. Rodriguez <jbrodriguez@gmail.com>
1722
Kaishley <kklingachetti@msn.com>
@@ -24,6 +29,7 @@ Nick Pomfret <npomfret@users.noreply.github.com>
2429
Oliver <spendabuk@hotmail.com>
2530
Petter Hesselberg <petterh@microsoft.com>
2631
Reza Ghorbani <r.ghorbani.f@gmail.com>
32+
Simón Gómez <simongomez95@gmail.com>
2733
Steve Liles <steveliles@gmail.com>
2834
Tim Suchanek <tim.suchanek@gmail.com>
2935
Yonsh Lin <yonsh@live.com>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
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": {

‎react-native-fetch-blob.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-fetch-blob"
3-
s.version = "0.10.3-beta.1"
3+
s.version = "0.10.6"
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'
88
s.authors = { "wkh237" => "xeiyan@gmail.com" }
9-
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.3-beta.1'}
9+
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'}
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "7.0"
1212
s.dependency 'React/Core'

0 commit comments

Comments
 (0)
This repository has been archived.