From 8d2e4cf2a306d77754aaae4ecf4399750a43bb94 Mon Sep 17 00:00:00 2001 From: zakariagatter Date: Wed, 22 Mar 2023 09:44:48 +0000 Subject: [PATCH] Update to version 0.1.1 --- README.md | 6 +++--- bin/bsv | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d91c7d1..e1e2dfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BSV [0.1.0] +# BSV [0.1.1] Void Linux Server manager in pure bash ### About @@ -39,12 +39,12 @@ Void Linux Server manager in pure bash ### Usage ``` -Bsv_0.1.0: Void Linux Servers Manager in Pure Bash +Bsv_0.1.1: Void Linux Servers Manager in Pure Bash USAGE: bsv [OPTIONS] OPTIONS: -h Show this help dialog - -v Shwo Script Vesrion + -v Show Script Vesrion ``` # Preview diff --git a/bin/bsv b/bin/bsv index 3de4e16..7ca51ae 100755 --- a/bin/bsv +++ b/bin/bsv @@ -4,7 +4,7 @@ # SCRIPT NAME # #-------------# declare -r name=${0##*/} -declare -r Version="0.1.0" +declare -r Version="0.1.1" #---------------------# # ENABLE BASH OPTIONS # @@ -175,7 +175,7 @@ USAGE: $name [OPTIONS] OPTIONS: -h Show this help dialog - -v Shwo Script Vesrion + -v Show Script Vesrion HELP exit 0 }