Azalea (on HyDEV-Daisy) преди 2 години
родител
ревизия
8ed15d3b86
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      README.md
  2. 1 1
      hyfetch/constants.py
  3. 1 1
      package.json

+ 1 - 1
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
 
 <details>
   <summary>🖼️ Ascii Art Changes</summary>  

+ 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.2.0'
+VERSION = '1.3.0'
 
 # Obtain terminal size
 try:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "neowofetch",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "description": "Updated neofetch",
   "repository": {
     "type": "git",