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.9.4-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Sep 5, 2016
1 parent 76e7582 commit 347ebaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchblob-dev",
"version": "0.9.4-beta.4",
"version": "0.9.4-beta.5",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
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.9.4-beta.4",
"version": "0.9.4-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": {
Expand Down
2 changes: 1 addition & 1 deletion src/react-native-fetch-blob.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-fetch-blob"
s.version = "0.9.4-beta.4"
s.version = "0.9.4-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'
Expand Down

0 comments on commit 347ebaa

Please sign in to comment.