Skip to content

Commit f0df3ff

Browse files
author
Henry Rodrick
committed
Bump version to 0.1.2
1 parent 28ac2cc commit f0df3ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hlsjs-ipfs-loader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "IPFS loader for hls.js",
55
"main": "src/index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function buf2str(buf) {
112112
return String.fromCharCode.apply(null, new Uint8Array(buf))
113113
}
114114

115-
function buf2Stream(buffer) {
115+
function buf2Stream(buffer) {
116116
let stream = new Duplex()
117117
stream.push(buffer)
118118
stream.push(null)

0 commit comments

Comments
 (0)