-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d597b7
commit c2492d8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (C) 2021-2023 Trevor Bayless <[email protected]> | ||
# Copyright (C) 2021-2024 Trevor Bayless <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -14,7 +14,7 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
__name__ = "cli-chess" | ||
__version__ = "1.1.1" | ||
__version__ = "1.2.0" | ||
__description__ = "A highly customizable way to play chess in your terminal" | ||
__url__ = "https://github.com/trevorbayless/cli-chess" | ||
__author__ = "Trevor Bayless" | ||
|