update version and neolegacy version

This commit is contained in:
xgui4
2026-05-20 00:13:49 -04:00
parent 8d70cbd052
commit 3cf9b66d80
3 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@
"news_feed": "https://github.com/neoStudiosLCE/neoLegacy/commits/main/",
"installation_path": ".neoLegacy",
"repo_url": "https://github.com/neoStudiosLCE/neoLegacy",
"version": "v1.0.3b"
"version": "v1.0.4b"
}

View File

@@ -4,12 +4,12 @@ from importlib.metadata._meta import PackageMetadata
from PySide6.QtCore import qVersion
_FALLBACK_APP_NAME = "LCE Qt Launcher"
_FALLBACK_VERSION = "0.0.20b0"
_FALLBACK_VERSION = "0.0.20b0-pre1"
_FALLBACK_LICENSE = "GPLv3"
_FALLBACK_LICENSE_LINK = "https://www.gnu.org/licenses/gpl-3.0"
_FALLBACK_GIT_REPO_URL = "https://github.com/xgui4/LCE-QT-Launcher"
_VERSION_TYPE : str = "alpha"
_VERSION_TYPE : str = "alpha testing"
_INSTANCE_EXTENSION : str = ".lce_inst"
_AUTHORS : str = "Xgui4"

View File

@@ -157,7 +157,7 @@ _DEFAULT_INST_SOURCE_STRING = "InstanceSource.GITHUB_RELEASE"
_DEFAULT_INST_TYPE_STRING = "InstanceType.CLIENT_VANILLA"
_DEFAULT_IMAGE = ":/assets/neoLegacy.png"
_DEFAULT_NEWS_FEED = ("https://github.com/neoStudiosLCE/neoLegacy/commits/main/")
_DEFAULT_VERSION = "v1.0.3b"
_DEFAULT_VERSION = "v1.0.4b"
class Instance(QObject):