Browse Source

bump to 0.10.6 and update contributors

Ben Hsieh 6 years ago
parent
commit
45b86cfde2
3 changed files with 9 additions and 3 deletions
  1. 6
    0
      CONTRIBUTORS.md
  2. 1
    1
      package.json
  3. 2
    2
      react-native-fetch-blob.podspec

+ 6
- 0
CONTRIBUTORS.md View File

@@ -1,7 +1,10 @@
1 1
 960px <pinovel@gmail.com>
2
+Amerrnath <amerrnath.21@gmail.com>
2 3
 Andreas Amsenius <andreas@amsenius.se>
3 4
 Andrew Jack <me@andrewjack.uk>
4 5
 Arthur Ouaki <arthur.ouaki@gmail.com>
6
+Ben <benhsieh@catchplay.com>
7
+Ben Hsieh <benhsieh@catchplay.com>
5 8
 Binur Konarbai <binur95@gmail.com>
6 9
 Bronco <heybronco@gmail.com>
7 10
 Chris Sloey <chris@addjam.com>
@@ -12,6 +15,8 @@ Erik Smartt <code@eriksmartt.com>
12 15
 Evgeniy Baraniuk <ev.baraniuk@gmail.com>
13 16
 Frank van der Hoek <frank.vanderhoek@gmail.com>
14 17
 Guy Blank <blank.guy@gmail.com>
18
+Jacob Lauritzen <jacsebl@hotmail.com>
19
+Jeremi Stadler <stadler.jeremi@gmail.com>
15 20
 Jon San Miguel <sanmiguelje@gmail.com>
16 21
 Juan B. Rodriguez <jbrodriguez@gmail.com>
17 22
 Kaishley <kklingachetti@msn.com>
@@ -24,6 +29,7 @@ Nick Pomfret <npomfret@users.noreply.github.com>
24 29
 Oliver <spendabuk@hotmail.com>
25 30
 Petter Hesselberg <petterh@microsoft.com>
26 31
 Reza Ghorbani <r.ghorbani.f@gmail.com>
32
+Simón Gómez <simongomez95@gmail.com>
27 33
 Steve Liles <steveliles@gmail.com>
28 34
 Tim Suchanek <tim.suchanek@gmail.com>
29 35
 Yonsh Lin <yonsh@live.com>

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.10.5",
3
+  "version": "0.10.6",
4 4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5 5
   "main": "index.js",
6 6
   "scripts": {

+ 2
- 2
react-native-fetch-blob.podspec View File

@@ -1,12 +1,12 @@
1 1
 Pod::Spec.new do |s|
2 2
   s.name             = "react-native-fetch-blob"
3
-  s.version          = "0.10.3-beta.1"
3
+  s.version          = "0.10.6"
4 4
   s.summary          = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
5 5
   s.requires_arc = true
6 6
   s.license      = 'MIT'
7 7
   s.homepage     = 'n/a'
8 8
   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'}
10 10
   s.source_files = 'ios/**/*.{h,m}'
11 11
   s.platform     = :ios, "7.0"
12 12
   s.dependency 'React/Core'