diff --git a/README.md b/README.md index 2edd1af..8e116f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pseudotv 0.0.56-unofficial-vx +# pseudotv 0.0.57-unofficial-vx Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index 2b24c61..dda3099 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.56-unofficial-vx" + VERSION_NAME: "0.0.57-unofficial-vx" }