Skip to content

Commit

Permalink
chore: new version v1.0.1 [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 e69c756 commit acc2455
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 @@
## [v1.0.1](https://github.com/adhocore/tusc.sh/releases/tag/v1.0.1) (2023-10-17)

### Documentations
- Extra curl args quote escaping (Jitendra Adhikari) [_fe9a3b8_](https://github.com/adhocore/tusc.sh/commit/fe9a3b8)


## [0.8.1](https://github.com/adhocore/tusc.sh/releases/tag/0.8.1) (2020-11-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.0.1
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 v0.8.1; }
version() { echo vv1.0.1; }

# update tusc
update()
Expand Down

0 comments on commit acc2455

Please sign in to comment.