From 900820ffeea18b2132f484c5b46699beebda60a9 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Fri, 12 Aug 2022 20:27:38 -0400 Subject: [PATCH] [U] Release v1.4.0 --- README.md | 1 + hyfetch/constants.py | 2 +- neofetch | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f951083..f39cc950 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Updates to `neowofetch` begins with the emoji 🖼️ ### Unpublished 1.4.0 * 🌈 Add finsexual flag (#12) +* 🚀 Addressed a total of 128 currently open pull requests from neofetch
🖼️ Meta Changes diff --git a/hyfetch/constants.py b/hyfetch/constants.py index 504d3bff..032c2dec 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.3.0' +VERSION = '1.4.0' # Obtain terminal size try: diff --git a/neofetch b/neofetch index ce5d3ce8..88ffa99a 100755 --- a/neofetch +++ b/neofetch @@ -28,7 +28,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -version=7.2.0 +version=7.3.0 # Fallback to a value of '5' for shells which support bash # but do not set the 'BASH_' shell variables (osh). diff --git a/package.json b/package.json index 025b5d6a..ce8b065c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "1.3.0", + "version": "1.4.0", "description": "Updated neofetch", "repository": { "type": "git",