[U] Release 1.1.2

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-25 21:24:43 -04:00
parent 47e8a4b6ae
commit 92623417f9
2 changed files with 2 additions and 5 deletions

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.1'
VERSION = '1.1.2'
# Obtain terminal size
try: