diff --git a/package-lock.json b/package-lock.json index b6dcb56..547a0a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-media-recorder", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9173e3..7cd0165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-media-recorder", - "version": "1.2.1", + "version": "1.3.0", "description": "A React component based on MediaRecorder() API to record audio/video streams", "main": "index.js", "scripts": {