diff --git a/src/package.json b/src/package.json index 238e98413..2df2fdc25 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fetch-blob", - "version": "0.10.0-beta.2", + "version": "0.10.0-beta.3", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index.js", "scripts": { diff --git a/src/react-native-fetch-blob.podspec b/src/react-native-fetch-blob.podspec index 77fa218ea..aa9224c6e 100644 --- a/src/react-native-fetch-blob.podspec +++ b/src/react-native-fetch-blob.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "react-native-fetch-blob" - s.version = "0.10.0-beta.2" + s.version = "0.10.0-beta.3" 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" => "xeiyan@gmail.com" } - s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.0-beta.2'} + s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.0-beta.3'} s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "7.0" s.dependency 'React/Core'