diff --git a/MCMDC/constants.py b/MCMDC/constants.py index 3a51ba5..d90c62f 100644 --- a/MCMDC/constants.py +++ b/MCMDC/constants.py @@ -55,7 +55,7 @@ APP_NAME = 'MCModDependencyCheck' APP_NAME_DISPLAY = 'Minecraft Mod Dependency Check' APP_NAME_ABBR = 'MCMDC' -APP_VERSION = '1.0.0' +APP_VERSION = '1.0.1' AUTHORS = ['LiuJiewenTT'] CONTACT_EMAIL = 'liuljwtt@163.com' PROJECT_LINK = 'https://github.com/LiuJiewenTT/MCModDependencyCheck' diff --git a/version_info.txt b/version_info.txt index 3b5a93c..c2f830b 100644 --- a/version_info.txt +++ b/version_info.txt @@ -7,8 +7,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=(1, 0, 0, 0), # 文件版本 - prodvers=(1, 0, 0, 0), + filevers=(1, 0, 1, 0), # 文件版本 + prodvers=(1, 0, 1, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. diff --git a/version_info_d.txt b/version_info_d.txt index b422816..9263570 100644 --- a/version_info_d.txt +++ b/version_info_d.txt @@ -7,8 +7,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=(1, 0, 0, 0), # 文件版本 - prodvers=(1, 0, 0, 0), + filevers=(1, 0, 1, 0), # 文件版本 + prodvers=(1, 0, 1, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file.