Skip to content

Commit 6e8f3d6

Browse files
author
aeinstein
committed
release tag
1 parent 1dd8a18 commit 6e8f3d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h1>WebRTMP-Demo</h1><br>
4848

4949
const output = document.getElementById("output");
5050

51-
5251
const rtmp_player = webrtmpjs.createWebRTMP();
5352

5453
rtmp_player.attachMediaElement(output);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webrtmp",
3-
"version": "1.0.0",
3+
"version": "0.1.0-beta",
44
"description": "",
55
"private": true,
66
"author": "Michael Balen",

0 commit comments

Comments
 (0)