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

Merge pull request #112 from deathbybandaid/dev

Update Version Numbers for Next Release
This commit is contained in:
Deathbybandaid 2021-01-06 09:51:39 -05:00 committed by GitHub
commit b6ef8b13ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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():