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

Commit 43f50da

Browse files
committed
bump 0.9.5-beta.3
1 parent 019e35f commit 43f50da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchblob-dev",
3-
"version": "0.9.5",
3+
"version": "0.9.5-beta.3",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

src/react-native-fetch-blob.podspec

Lines changed: 2 additions & 2 deletions
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.9.5"
3+
s.version = "0.9.5-beta.3"
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.9.5'}
9+
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.9.5-beta.3'}
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "7.0"
1212
s.dependency 'React/Core'

0 commit comments

Comments
 (0)