Skip to content

Commit

Permalink
Version bump: 0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Mar 13, 2019
1 parent 9cdce26 commit 2e58179
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// Non-standard options
const workerOptions = {
OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/[email protected].16/OggOpusEncoder.wasm',
WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/[email protected].16/WebMOpusEncoder.wasm'
OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/[email protected].17/OggOpusEncoder.wasm',
WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/[email protected].17/WebMOpusEncoder.wasm'
};

// Polyfill MediaRecorder
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ <h3>Console</h3>

<!-- <script src="example.js"></script> -->

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].16/OpusMediaRecorder.umd.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].16/encoderWorker.umd.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].17/OpusMediaRecorder.umd.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].17/encoderWorker.umd.js"></script>
<script type="text/javascript" src="example.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opus-media-recorder",
"version": "0.7.16",
"version": "0.7.17",
"author": "Bumsik Kim",
"license": "MIT",
"homepage": "https://github.com/kbumsik/opus-media-recorder",
Expand Down

0 comments on commit 2e58179

Please sign in to comment.