Skip to content

Commit

Permalink
chore: new version 1.0.2 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 17, 2023
1 parent 18c080e commit c1672cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
1.0.2
2 changes: 1 addition & 1 deletion tusc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c1672cd

Please sign in to comment.