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

Commit

Permalink
bump to 0.10.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Nov 3, 2016
1 parent a06b869 commit 06725ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fetch-blob",
"version": "0.10.0-beta.5",
"version": "0.10.0-beta.6",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/react-native-fetch-blob.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "react-native-fetch-blob"
s.version = "0.10.0-beta.5"
s.version = "0.10.0-beta.6"
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" => "[email protected]" }
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.0-beta.5'}
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.0-beta.6'}
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "7.0"
s.dependency 'React/Core'
Expand Down

0 comments on commit 06725ec

Please sign in to comment.