Skip to content

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 <[email protected]>
Amerrnath <[email protected]>
Andreas Amsenius <[email protected]>
Andrew Jack <[email protected]>
Arthur Ouaki <[email protected]>
Ben <[email protected]>
Ben Hsieh <[email protected]>
Binur Konarbai <[email protected]>
Bronco <[email protected]>
Chris Sloey <[email protected]>
Expand All @@ -12,6 +15,8 @@ Erik Smartt <[email protected]>
Evgeniy Baraniuk <[email protected]>
Frank van der Hoek <[email protected]>
Guy Blank <[email protected]>
Jacob Lauritzen <[email protected]>
Jeremi Stadler <[email protected]>
Jon San Miguel <[email protected]>
Juan B. Rodriguez <[email protected]>
Kaishley <[email protected]>
Expand All @@ -24,6 +29,7 @@ Nick Pomfret <[email protected]>
Oliver <[email protected]>
Petter Hesselberg <[email protected]>
Reza Ghorbani <[email protected]>
Simón Gómez <[email protected]>
Steve Liles <[email protected]>
Tim Suchanek <[email protected]>
Yonsh Lin <[email protected]>
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" => "[email protected]" }
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.