1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 06:36:58 -05:00

Update Version Numbers for Next Release

This commit is contained in:
deathbybandaid 2021-01-06 09:49:21 -05:00
parent e87af73215
commit 90fb90a92e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from .api import fHDHR_API_URLs
import fHDHR.tools
fHDHR_VERSION = "v0.4.6-beta"
fHDHR_VERSION = "v0.6.0-beta"
class fHDHR_INT_OBJ():

View File

@ -9,7 +9,7 @@ from .rmg import fHDHR_RMG
from .api import fHDHR_API
fHDHR_web_VERSION = "v0.4.0-beta"
fHDHR_web_VERSION = "v0.8.0-beta"
class fHDHR_HTTP_Server():