[U] Release v1.1.1

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-25 21:06:27 -04:00
parent 2a0e05e228
commit 3358918a96

View file

@ -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: