Skip to content

Commit

Permalink
Update version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 24, 2023
1 parent 506778e commit cc447a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/webrtc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"lovelace"
],
"requirements": [],
"version": "v3.0.0",
"version": "v3.0.1",
"iot_class": "calculated"
}
2 changes: 1 addition & 1 deletion custom_components/webrtc/www/webrtc-camera.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** Chrome 63+, Safari 11.1+ */
import {VideoRTC} from "./video-rtc.js";
import {VideoRTC} from "./video-rtc.js?v3.0.1";

class WebRTCCamera extends VideoRTC {
/**
Expand Down

0 comments on commit cc447a6

Please sign in to comment.