[U] Release v1.4.0

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-12 20:27:38 -04:00
parent 7559fc516a
commit 900820ffee
4 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -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:

View file

@ -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).

View file

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