[U] Release v1.2.0

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-30 19:40:05 -04:00
parent aee6a60bf6
commit efb61b60f6
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from pathlib import Path
from typing_extensions import Literal from typing_extensions import Literal
CONFIG_PATH = Path.home() / '.config/hyfetch.json' CONFIG_PATH = Path.home() / '.config/hyfetch.json'
VERSION = '1.1.3-pre.1' VERSION = '1.2.0'
# Obtain terminal size # Obtain terminal size
try: try:

View file

@ -1,6 +1,6 @@
{ {
"name": "neowofetch", "name": "neowofetch",
"version": "1.0.1", "version": "1.2.0",
"description": "Updated neofetch", "description": "Updated neofetch",
"repository": { "repository": {
"type": "git", "type": "git",