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

Commit 105cca9

Browse files
committedSep 6, 2016
bump to 0.9.4-beta.6
1 parent 233283b commit 105cca9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package.json

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

‎src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.9.4-beta.5",
3+
"version": "0.9.4-beta.6",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {

‎src/react-native-fetch-blob.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-fetch-blob"
3-
s.version = "0.9.4-beta.5"
3+
s.version = "0.9.4-beta.6"
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'

0 commit comments

Comments
 (0)
This repository has been archived.