diff --git a/hyfetch/constants.py b/hyfetch/constants.py index 5247e08f..92310fa8 100644 --- a/hyfetch/constants.py +++ b/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.1.3-pre.1' +VERSION = '1.2.0' # Obtain terminal size try: diff --git a/package.json b/package.json index f6e25c96..e145878a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "1.0.1", + "version": "1.2.0", "description": "Updated neofetch", "repository": { "type": "git",