diff --git a/hyfetch/constants.py b/hyfetch/constants.py index fa6bf2d1..dbbb3ff4 100644 --- a/hyfetch/constants.py +++ b/hyfetch/constants.py @@ -7,7 +7,7 @@ from pathlib import Path from typing_extensions import Literal CONFIG_PATH = Path.home() / '.config/hyfetch.json' -VERSION = '1.1.0' +VERSION = '1.1.1' # Obtain terminal size try: