diff --git a/guardian/__main__.py b/guardian/__main__.py index b8f4036..39936eb 100644 --- a/guardian/__main__.py +++ b/guardian/__main__.py @@ -9,7 +9,7 @@ from util.crash import crash_report from util.printer import print_white -__version__ = "3.4.1" +__version__ = "3.5.0" logger = logging.getLogger(__name__) logger.propagate = False diff --git a/guardian/build.py b/guardian/build.py index d437977..629f402 100644 --- a/guardian/build.py +++ b/guardian/build.py @@ -1,6 +1,6 @@ import PyInstaller.__main__ -version = "3.4.1" +version = "3.5.0" def build() -> None: diff --git a/pyproject.toml b/pyproject.toml index 379bd55..0ae8974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Guardian" -version = "3.4.1" +version = "3.5.0" description = "Custom firewall used to create private lobbies for GTA5 Online" authors = ["TheMythologist "] license = "LGPL-3.0" diff --git a/spec/version.txt b/spec/version.txt index 4f7f0c3..f65bf33 100644 --- a/spec/version.txt +++ b/spec/version.txt @@ -2,8 +2,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. - filevers=(3, 4, 1, 0), - prodvers=(3, 4, 1, 0), + filevers=(3, 5, 0, 0), + prodvers=(3, 5, 0, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -28,13 +28,13 @@ VSVersionInfo( [StringStruct('Comments', ''), StringStruct('CompanyName', ''), StringStruct('FileDescription', 'Firewall'), - StringStruct('FileVersion', '3.4.1'), + StringStruct('FileVersion', '3.5.0'), StringStruct('InternalName', 'Guardian.exe'), StringStruct('LegalCopyright', ''), StringStruct('LegalTrademarks', ''), StringStruct('OriginalFilename', 'Guardian.exe'), StringStruct('ProductName', 'Guardian'), - StringStruct('ProductVersion', '3.4.1')]) + StringStruct('ProductVersion', '3.5.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1252])]) ]