From 8ed15d3b86b3ca89fa774ce8723adb19505ee07a Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 31 Jul 2022 19:21:43 -0400 Subject: [PATCH] [U] Release v1.3.0 --- README.md | 2 +- hyfetch/constants.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cdb6ff2..9d59ca07 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Updates to `neowofetch` begins with the emoji 🖼️ * [ ] Paginate flags * [ ] Implement light/dark background detection based on https://github.com/muesli/termenv -### Unreleased 1.2.1 +### 1.3.0
🖼️ Ascii Art Changes diff --git a/hyfetch/constants.py b/hyfetch/constants.py index 92310fa8..504d3bff 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.2.0' +VERSION = '1.3.0' # Obtain terminal size try: diff --git a/package.json b/package.json index e145878a..025b5d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "1.2.0", + "version": "1.3.0", "description": "Updated neofetch", "repository": { "type": "git",