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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Oct 12, 2016
1 parent d477b1a commit 603c59c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thank you for making a pull request ! Just a gentle reminder :)

1. If the PR is offering a feature please make the request to our "Feature Branch" 0.10.0
2. Bug fix request to "Bug Fix Branch" 0.9.6
2. Bug fix request to "Bug Fix Branch" 0.10.0
3. Correct README.md can directly to master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-fetch-blob-dev-env",
"description" : "RNFB development environment, not dist package",
"version": "0.9.6",
"version": "0.10.0-dev",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.10.0-beta.1",
"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 Expand Up @@ -44,4 +44,4 @@
"smartt <github@eriksmartt.com>",
""
]
}
}
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.9.6"
s.version = "0.10.0-beta.1"
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.9.6'}
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.0-beta.1'}
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "7.0"
s.dependency 'React/Core'
Expand Down

0 comments on commit 603c59c

Please sign in to comment.