[U] Release v1.4.0

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-12 20:27:38 -04:00
parent 7559fc516a
commit 900820ffee
4 changed files with 4 additions and 3 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.3.0'
VERSION = '1.4.0'
# Obtain terminal size
try: