Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbles911 committed Oct 7, 2023
1 parent 7c23526 commit 07b6ff5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "simple-audio-recorder",
"version": "1.0.0",
"version": "1.0.1",
"description": "Web audio recording library with encoding to mp3 and chunked output",
"keywords" : ["audio", "sound", "recorder", "mp3", "encoder", "microphone"],
"homepage" : "https://github.com/vocaroo/simple-audio-recorder",
"keywords": [
"audio",
"sound",
"recorder",
"mp3",
"encoder",
"microphone"
],
"homepage": "https://github.com/vocaroo/simple-audio-recorder",
"repository": {
"type": "git",
"url": "https://github.com/vocaroo/simple-audio-recorder.git"
Expand Down

0 comments on commit 07b6ff5

Please sign in to comment.