diff --git a/README.md b/README.md index a2815395..a567855a 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,9 @@ Feel free to experiment with it! * [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer) * [ ] Paginate flags -### Unpublished Beta (git master) +### 1.1.2 * Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5)) - -### 1.1.1 - * Removed `numpy` dependency that was used in 1.1.0 ### 1.1.0 diff --git a/hyfetch/constants.py b/hyfetch/constants.py index dbbb3ff4..80a8c5db 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.1' +VERSION = '1.1.2' # Obtain terminal size try: