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

Commit 0b5f214

Browse files
committed
bump to 0.9.3
1 parent d8a6ea3 commit 0b5f214

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
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.2",
3+
"version": "0.9.3",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

src/android/src/main/java/com/RNFetchBlob/RNFetchBlobBody.java

-5
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ public MediaType contentType() {
103103
return mime;
104104
}
105105

106-
@Override
107-
public long contentLength() {
108-
return contentLength;
109-
}
110-
111106
@Override
112107
public void writeTo(BufferedSink sink) {
113108
try {

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.2",
3+
"version": "0.9.3",
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": {

0 commit comments

Comments
 (0)