Browse Source

bump to 0.10.1

Ben Hsieh 7 years ago
parent
commit
c81b2d1ee5
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      package.json
  2. 1
    1
      src/package.json
  3. 2
    2
      src/react-native-fetch-blob.podspec

+ 1
- 1
package.json View File

@@ -1,7 +1,7 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob-dev-env",
3 3
   "description": "RNFB development environment, not dist package",
4
-  "version": "0.10.1-dev",
4
+  "version": "0.10.2-dev",
5 5
   "private": true,
6 6
   "scripts": {
7 7
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 1
- 1
src/package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.10.1-beta.3",
3
+  "version": "0.10.1",
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
src/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.1-beta.3"
3
+  s.version          = "0.10.1"
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.1-beta.3'}
9
+  s.source       = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.1'}
10 10
   s.source_files = 'ios/**/*.{h,m}'
11 11
   s.platform     = :ios, "7.0"
12 12
   s.dependency 'React/Core'