diff --git a/CHANGELOG.md b/CHANGELOG.md index fe379a3..ad3ce45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.2](https://github.com/adhocore/tusc.sh/releases/tag/1.0.2) (2023-10-17) + +### Miscellaneous +- Trigger (Jitendra A) [_18c080e_](https://github.com/adhocore/tusc.sh/commit/18c080e) + + ## [v1.0.1](https://github.com/adhocore/tusc.sh/releases/tag/v1.0.1) (2023-10-17) ### Documentations diff --git a/VERSION b/VERSION index b18d465..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.1 +1.0.2 diff --git a/tusc.sh b/tusc.sh index 76c32c7..12cd678 100755 --- a/tusc.sh +++ b/tusc.sh @@ -26,7 +26,7 @@ info() { line "$1" 33 0 $2; } comment() { line "$1" 30 1 $2; } # show version -version() { echo vv1.0.1; } +version() { echo v1.0.2; } # update tusc update()