Skip to content

Commit c2b04ff

Browse files
committed
Bump
1 parent c8098a9 commit c2b04ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "encode-audio",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Encode audio data in node or browser",
55
"type": "module",
66
"sideEffects": false,

packages/encode-flac/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-flac",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Encode PCM audio samples to FLAC format via WASM",
55
"type": "module",
66
"main": "flac-encode.js",

packages/encode-mp3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-mp3",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Encode PCM audio samples to MP3 format via WASM",
55
"type": "module",
66
"main": "mp3-encode.js",

packages/encode-wav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-wav",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Encode PCM audio samples to WAV format",
55
"type": "module",
66
"main": "wav-encode.js",

0 commit comments

Comments
 (0)