We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd447d commit d0ec8a1Copy full SHA for d0ec8a1
packages/node-medley/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@seamless-medley/medley",
3
"description": "Audio engine for Node.js, with built-in \"radio like\" gapless/seamless playback",
4
- "version": "0.5.4",
+ "version": "0.5.5-alpha.0",
5
"author": {
6
"name": "Wittawas Nakkasem",
7
"email": "vittee@hotmail.com",
packages/node-medley/src/version.h
@@ -1,3 +1,4 @@
#define MEDLEY_VERSION_MAJOR 0
#define MEDLEY_VERSION_MINOR 5
-#define MEDLEY_VERSION_PATCH 4
+#define MEDLEY_VERSION_PATCH 5
+#define MEDLEY_VERSION_PRE_RELEASE "alpha.0"
0 commit comments