Skip to content

Commit cb51648

Browse files
committed
[patch] version bump
1 parent 16f87c7 commit cb51648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-node",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Mux API wrapper",
55
"keywords": [
66
"mux",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.2' as const;
1+
export const VERSION = '5.0.3' as const;

0 commit comments

Comments
 (0)