diff --git a/package.json b/package.json index d45d5ea..a521808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webrtcmetrics", - "version": "5.0.3", + "version": "5.1.0", "description": "WebRTC stats library", "main": "dist/WebRTCMetrics.js", "scripts": { diff --git a/src/utils/models.js b/src/utils/models.js index 227ebaa..a880a5c 100644 --- a/src/utils/models.js +++ b/src/utils/models.js @@ -3,7 +3,7 @@ import ShortUniqueId from "short-unique-id"; const shortUUID = new ShortUniqueId(); export const getLibName = () => ("WebRTCMetrics"); -export const getVersion = () => ("5.0.3"); +export const getVersion = () => ("5.1.0"); export const DIRECTION = { INBOUND: "inbound",