diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rwxr-xr-x | kiss | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d36db..143635a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ this project _somewhat_ adheres to [Semantic Versioning].  [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -UNRELEASED ----------- +1.21.0 - 2020-05-12 +-------------------  ### Added  - Added a `d|download` option to acquire the sources of given packages. If no @@ -1497,7 +1497,7 @@ args() {          l|list)     pkg_list "$@" ;;          u|update)   pkg_updates ;;          s|search)   for pkg do pkg_find "$pkg" all; done ;; -        v|version)  log kiss 1.20.3 ;; +        v|version)  log kiss 1.21.0 ;;          h|help|-h|--help|'')              exec 2>&1  | 
