Quellcode durchsuchen

[U] Release v1.4.0

Azalea (on HyDEV-Daisy) vor 2 Jahren
Ursprung
Commit
900820ffee
4 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 1 0
      README.md
  2. 1 1
      hyfetch/constants.py
  3. 1 1
      neofetch
  4. 1 1
      package.json

+ 1 - 0
README.md

@@ -63,6 +63,7 @@ Updates to `neowofetch` begins with the emoji 🖼️
 ### Unpublished 1.4.0
 
 * 🌈 Add finsexual flag (#12)
+* 🚀 Addressed a total of 128 currently open pull requests from neofetch
 
 <details>
   <summary>🖼️ Meta 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.3.0'
+VERSION = '1.4.0'
 
 # Obtain terminal size
 try:

+ 1 - 1
neofetch

@@ -28,7 +28,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-version=7.2.0
+version=7.3.0
 
 # Fallback to a value of '5' for shells which support bash
 # but do not set the 'BASH_' shell variables (osh).

+ 1 - 1
package.json

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