Skip to content

Commit

Permalink
docs: update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudaotor committed Jul 11, 2023
1 parent c6b0cd8 commit ba40f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EsportsHelper/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, configPath: str) -> None:
os.kill(os.getpid(), 9)
with open(configPath, "r", encoding='utf-8') as f:
configFile = yaml.safe_load(f)
self.version = "2.1.0"
self.version = "2.1.1"
self.headless = configFile.get("headless", False)
self.username = configFile.get("username", "账号用户名")
self.password = configFile.get("password", "密码")
Expand Down
2 changes: 1 addition & 1 deletion EsportsHelper/Logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
BACKUP_COUNT = 5
PROGRAM_NAME = "EsportsHelper"
GITHUB_ADDRESS = "https://github.com/Yudaotor/EsportsHelper"
VERSION = "2.1.0"
VERSION = "2.1.1"


class Logger:
Expand Down

0 comments on commit ba40f46

Please sign in to comment.