Skip to content

Commit

Permalink
Merge pull request #7 from mportizlunyov/v2.0.2-release
Browse files Browse the repository at this point in the history
V2.0.2 release
  • Loading branch information
mportizlunyov authored Aug 8, 2024
2 parents 612c75e + 57c673e commit ffcda9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 2.0.2 (August 8th 2024)
= = =
- Patched a bug that made -v/--version flag not be able to run on its own

Release 2.0.1 (July 27th 2024)
= = =
- Patched mis-written variables, causing not all official package managers to be run
Expand Down
7 changes: 4 additions & 3 deletions update_full-unix.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Written by Mikhail P. Ortiz-Lunyov (mportizlunyov)
#
# Version 2.0.1 (July 27th, 2024)
# Version 2.0.2 (August 8th, 2024)
#
# This script is licensed under the GNU Public License Version 3 (GPLv3).
# Compatible and tested with BASH, SH, KSH, ASH, DASH and ZSH[Not Working].
Expand All @@ -14,8 +14,8 @@

# Critical variables
## Version variables
VERSION_NUMB="2.0.1"
VERSION_NAME="July 27th, 2024"
VERSION_NUMB="2.0.2"
VERSION_NAME="August 8th 2024"
VERSION_NAME_FULL="v$VERSION_NUMB ($VERSION_NAME)"
## Dependencies
DEPENDENCY_LIST="ping curl wget"
Expand Down Expand Up @@ -1148,6 +1148,7 @@ for INFORMATIONAL_ARGS in "$@" ; do
"-v"|"--version")
echo " = = ="
echo "$0 $VERSION_NAME_FULL"
INFORMATIONAL_EXIT=true
;;
"-h"|"--help") HelpMessage ;;
"-w "|"--warranty") WarrantyMessage ;;
Expand Down

0 comments on commit ffcda9a

Please sign in to comment.