From ac8398df44b851c7b91b20f1026d77b13b7bb821 Mon Sep 17 00:00:00 2001 From: Ben Hsieh Date: Fri, 13 Jan 2017 10:31:49 +0800 Subject: [PATCH] bump to 0.10.2-beta.5 --- src/package.json | 2 +- src/react-native-fetch-blob.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index 8d0c8c81a..aecb798e7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fetch-blob", - "version": "0.10.2", + "version": "0.10.2-beta.5", "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 d73e77851..7feea6e6a 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" + s.version = "0.10.2-beta.5" 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'} + s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.2-bta.5'} s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "7.0" s.dependency 'React/Core'