Prepare 1.2.1 development

This commit is contained in:
vexorian 2020-10-17 12:37:42 -04:00
parent 397f7c6ace
commit b561806f13
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# dizqueTV 1.2.0-prerelease
# dizqueTV 1.2.1-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

@ -5,5 +5,5 @@ module.exports = {
TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000,
TOO_FREQUENT: 100,
VERSION_NAME: "1.2.0-prerelease"
VERSION_NAME: "1.2.1-prerelease"
}