From 451acfe7d54e3f6ec2c2d3c1591a98c0e059bc2a Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Fri, 13 Aug 2021 16:09:45 -0700 Subject: [PATCH] v5.0.1 --- CHANGELOG.md | 4 ++-- functions/tide.fish | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b7d24..0486e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/functions/tide.fish b/functions/tide.fish index bec96aa..fd278cc 100644 --- a/functions/tide.fish +++ b/functions/tide.fish @@ -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]