1
0
Fork 0
mirror of synced 2024-06-10 22:54:41 +12:00

Update version

This commit is contained in:
Dummerle 2021-10-07 21:16:01 +02:00
parent 3bf6692760
commit 862e09fedd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.6.2"
__version__ = "1.7_b1"
resources_path = os.path.join(os.path.dirname(__file__), "resources")
languages_path = os.path.join(os.path.dirname(__file__), "languages")

View file

@ -6,7 +6,7 @@ from rare import shared
from rare.components.tabs.account import MiniWidget
from rare.components.tabs.cloud_saves import SyncSaves
from rare.components.tabs.downloads import DownloadTab
from rare.components.tabs.games.__init__ import GamesTab
from rare.components.tabs.games import GamesTab
from rare.components.tabs.settings import SettingsTab
from rare.components.tabs.settings.debug_settings import DebugSettings
from rare.components.tabs.shop import Shop