From 12a73681d30f18b11125d389f00983cb7f456a84 Mon Sep 17 00:00:00 2001 From: Ben Hsieh Date: Fri, 27 Jan 2017 21:06:28 +0800 Subject: [PATCH] bump to 0.10.2-beta.8 --- src/package.json | 4 ++-- src/react-native-fetch-blob.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/package.json b/src/package.json index 16eeed009..d8c0de701 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fetch-blob", - "version": "0.10.2-beta.7", + "version": "0.10.2-beta.8", "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", "main": "index.js", "scripts": { @@ -59,4 +59,4 @@ "smartt ", "" ] -} \ No newline at end of file +} diff --git a/src/react-native-fetch-blob.podspec b/src/react-native-fetch-blob.podspec index 1454016ca..eb5780074 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.2-beta.7" + s.version = "0.10.2-beta.8" 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.2-bta.7'} + s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.2-bta.8'} s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "7.0" s.dependency 'React/Core'