Quellcode durchsuchen

[U] Release v1.1.0

Azalea (on HyDEV-Daisy) vor 3 Jahren
Ursprung
Commit
eb76b2f474
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      hyfetch/constants.py

+ 1 - 1
hyfetch/constants.py

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