Skip to content

Commit d0ec8a1

Browse files
committed
chore(node-medley): bump version
1 parent cfd447d commit d0ec8a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/node-medley/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@seamless-medley/medley",
33
"description": "Audio engine for Node.js, with built-in \"radio like\" gapless/seamless playback",
4-
"version": "0.5.4",
4+
"version": "0.5.5-alpha.0",
55
"author": {
66
"name": "Wittawas Nakkasem",
77
"email": "vittee@hotmail.com",

packages/node-medley/src/version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#define MEDLEY_VERSION_MAJOR 0
22
#define MEDLEY_VERSION_MINOR 5
3-
#define MEDLEY_VERSION_PATCH 4
3+
#define MEDLEY_VERSION_PATCH 5
4+
#define MEDLEY_VERSION_PRE_RELEASE "alpha.0"

0 commit comments

Comments
 (0)