Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Apr 22, 2020
1 parent 9d8f49b commit fff8671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def is_sufficient_action_on_screen(left: int, top: int, right: int, bottom: int,


parser = argparse.ArgumentParser(description='Launch and control a Battlefield 2 spectator instance')
parser.add_argument('--version', action='version', version='bf2-auto-spectator v0.1.5')
parser.add_argument('--version', action='version', version='bf2-auto-spectator v0.1.6')
parser.add_argument('--player-name', help='Account name of spectating player', type=str, required=True)
parser.add_argument('--player-pass', help='Account password of spectating player', type=str, required=True)
parser.add_argument('--server-ip', help='IP of sever to join for spectating', type=str, required=True)
Expand Down

0 comments on commit fff8671

Please sign in to comment.