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",