Skip to content

Commit

Permalink
Update to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariaGatter committed Mar 22, 2023
1 parent 7ee0fd7 commit 8d2e4cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BSV [0.1.0]
# BSV [0.1.1]
Void Linux Server manager in pure bash

### About
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bin/bsv
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -175,7 +175,7 @@ USAGE: $name [OPTIONS]
OPTIONS:
-h Show this help dialog
-v Shwo Script Vesrion
-v Show Script Vesrion
HELP
exit 0
}
Expand Down

0 comments on commit 8d2e4cf

Please sign in to comment.