From daddd0aa5934ac955e05a2d0c599aab9b73454de Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Tue, 9 Jun 2020 13:15:39 +0900 Subject: [PATCH] Version bump: v0.8.0 --- docs/example.js | 4 ++-- docs/index.html | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",