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

Commit 065bf30

Browse files
committed
bump to 0.10.3-beta.1
1 parent 80c23f2 commit 065bf30

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-fetch-blob-dev-env",
33
"description": "RNFB development environment, not dist package",
4-
"version": "0.10.2-dev",
4+
"version": "0.10.3-dev",
55
"private": true,
66
"scripts": {
77
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -43,4 +43,4 @@
4343
"smartt <[email protected]>",
4444
""
4545
]
46-
}
46+
}

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.10.3",
3+
"version": "0.10.3-beta.1",
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": {
@@ -59,4 +59,4 @@
5959
"smartt <[email protected]>",
6060
""
6161
]
62-
}
62+
}

src/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"
3+
s.version = "0.10.3-beta.1"
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" => "[email protected]" }
9-
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.3'}
9+
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.3-beta.1'}
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "7.0"
1212
s.dependency 'React/Core'

0 commit comments

Comments
 (0)