Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Dec 9, 2022
1 parent 5732537 commit d17b034
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.2.0",
"version": "5.3.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.2.0");
export const getVersion = () => ("5.3.0");

export const DIRECTION = {
INBOUND: "inbound",
Expand Down

0 comments on commit d17b034

Please sign in to comment.