diff --git a/docs/example.js b/docs/example.js index 33492d7..031cd3a 100644 --- a/docs/example.js +++ b/docs/example.js @@ -2,8 +2,8 @@ // Non-standard options const workerOptions = { - OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.7.19/OggOpusEncoder.wasm', - WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.7.19/WebMOpusEncoder.wasm' + OggOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.8.0/OggOpusEncoder.wasm', + WebMOpusEncoderWasmPath: 'https://cdn.jsdelivr.net/npm/opus-media-recorder@0.8.0/WebMOpusEncoder.wasm' }; // Polyfill MediaRecorder diff --git a/docs/index.html b/docs/index.html index 341b131..4f93760 100644 --- a/docs/index.html +++ b/docs/index.html @@ -153,8 +153,8 @@

Console

- - + + diff --git a/package.json b/package.json index 9cfef9c..fbd1829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opus-media-recorder", - "version": "0.7.19", + "version": "0.8.0", "author": "Bumsik Kim", "license": "MIT", "homepage": "https://github.com/kbumsik/opus-media-recorder",