Azalea (on HyDEV-Daisy) пре 3 година
родитељ
комит
eb76b2f474
1 измењених фајлова са 1 додато и 1 уклоњено
  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: