From efb61b60f624e2ad336038df12f310e42ab24d00 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 30 Jul 2022 19:40:05 -0400 Subject: [PATCH] [U] Release v1.2.0 --- hyfetch/constants.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",