Skip to content

Commit

Permalink
chore: update header
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscomh committed Jan 28, 2025
1 parent 45a7b59 commit 76b8eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellPass - Shell Script Password Generator

[![Release](https://img.shields.io/badge/release-3.2.2-brightgreen)](https://github.com/mateuscomh/shellPass/releases)
[![Release](https://img.shields.io/badge/release-3.2.3-brightgreen)](https://github.com/mateuscomh/shellPass/releases)
[![Build Status](https://github.com/mateuscomh/shellPass/actions/workflows/super-linter.yml/badge.svg)](https://github.com/mateuscomh/shellPass/actions/workflows/super-linter.yml)

## Overview
Expand Down
4 changes: 2 additions & 2 deletions shellPass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BOLD=$(tput bold)
ITALIC=$(tput dim)

main() {
local VERSION="Ver:3.2.2"
local VERSION="Ver:3.2.3"
local AUTHOR="Matheus Martins-3mhenrique@gmail.com"
local USAGE="Generate random passwords from CLI
███████╗██╗ ██╗███████╗██╗ ██╗ ██████╗ █████╗ ▄▄███▄▄·▄▄███▄▄·
Expand All @@ -28,7 +28,7 @@ main() {
echo -e "$USAGE"
case "$MAX" in
v | -v | --version ) echo -e "${BOLD} $VERSION / $AUTHOR ${FECHA}"; return;;
* ) echo "$VERSION"; _checkSize; _checkType ;;
* ) echo "$VERSION" "$AUTHOR"; _checkSize; _checkType ;;
esac

case "$TIPO" in
Expand Down

0 comments on commit 76b8eb5

Please sign in to comment.