From 3358918a96b01115a660c8e3d6092fab9317bad4 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Mon, 25 Jul 2022 21:06:27 -0400 Subject: [PATCH] [U] Release v1.1.1 --- hyfetch/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/constants.py b/hyfetch/constants.py index fa6bf2d1..dbbb3ff4 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.0' +VERSION = '1.1.1' # Obtain terminal size try: