Prepare 0.0.65 development

This commit is contained in:
vexorian 2020-08-22 18:53:57 -04:00
parent 6a13a513a6
commit 78e7b8d1a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# dizqueTV 0.0.64-prerelease
# dizqueTV 0.0.65-prerelease
![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square)
Create live TV channel streams from media on your Plex servers.

View File

@ -2,5 +2,5 @@ module.exports = {
SLACK: 9999,
TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000,
VERSION_NAME: "0.0.64-prerelease"
VERSION_NAME: "0.0.65-prerelease"
}