mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 03:52:12 +03:00
v5.0.1
This commit is contained in:
parent
59b79b7f48
commit
451acfe7d5
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [v5.0.1][] (???)
|
||||
## [v5.0.1][] (Aug 13 2021)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@ -406,4 +406,4 @@
|
||||
[v4.3.3]: https://github.com/IlanCosman/tide/tree/v4.3.3
|
||||
[v4.3.4]: https://github.com/IlanCosman/tide/tree/v4.3.4
|
||||
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
|
||||
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.0
|
||||
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
|
||||
|
@ -2,7 +2,7 @@ function tide
|
||||
argparse --stop-nonopt v/version h/help -- $argv
|
||||
|
||||
if set -q _flag_version
|
||||
printf '%s\n' "tide, version 5.0.0"
|
||||
printf '%s\n' "tide, version 5.0.1"
|
||||
else if set -q _flag_help
|
||||
_tide_help
|
||||
else if functions --query _tide_sub_$argv[1]
|
||||
|
Loading…
Reference in New Issue
Block a user