Skip to content

Commit

Permalink
tag: Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Feb 11, 2024
1 parent 711469a commit 2c2f4aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BF2AutoSpectator/common/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME = 'BF2AutoSpectator'
APP_VERSION = '0.11.0'
APP_VERSION = '0.11.1'
BF2_EXE = 'BF2.exe'
BF2_WINDOW_TITLE = 'BF2 (v1.5.3153-802.0, pid:'
TESSERACT_EXE = 'tesseract.exe'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = BF2AutoSpectator
version = 0.11.0
version = 0.11.1
description = An automated spectator for Battlefield 2 written in Python
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion versionfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 0.11.0.0
Version: 0.11.1.0
CompanyName: cetteup
FileDescription: BF2 auto spectator
InternalName: BF2 auto spectator
Expand Down

0 comments on commit 2c2f4aa

Please sign in to comment.