浏览代码

[U] Release 1.1.2

Azalea (on HyDEV-Daisy) 3 年之前
父节点
当前提交
92623417f9
共有 2 个文件被更改,包括 2 次插入5 次删除
  1. 1 4
      README.md
  2. 1 1
      hyfetch/constants.py

+ 1 - 4
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

+ 1 - 1
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: