Skip to content

Commit

Permalink
Prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Sep 12, 2022
1 parent 8465d2a commit 6e74969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrtcmetrics",
"version": "5.0.3",
"version": "5.1.0",
"description": "WebRTC stats library",
"main": "dist/WebRTCMetrics.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e74969

Please sign in to comment.