[U] Release v1.1.0
This commit is contained in:
parent
c9ed8e2088
commit
eb76b2f474
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from pathlib import Path
|
|||
from typing_extensions import Literal
|
||||
|
||||
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
||||
VERSION = '1.0.7'
|
||||
VERSION = '1.1.0'
|
||||
|
||||
# Obtain terminal size
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue