From 97b8fd73e1ca95bf8c671ae034636691bb8b5310 Mon Sep 17 00:00:00 2001 From: vexorian Date: Tue, 4 Aug 2020 22:47:28 -0400 Subject: [PATCH] Fork 0.0.57 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }