Skip to content

Commit

Permalink
kiss: bump version
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 6bd78920352ad7112218a770c3c38c2db1bf717b11950b85e4c74051c9786d1c
  • Loading branch information
cemkeylan committed May 7, 2020
1 parent 62eec65 commit 9e140db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

UNRELEASED
----------
1.19.1 - 2020-05-07
-------------------

### Added
- Added `e|extension` to `kiss` which can be used to output kiss-extensions.
Expand Down
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,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.19.0 ;;
v|version) log kiss 1.19.1 ;;

h|help|-h|--help|'')
exec 2>&1
Expand Down

0 comments on commit 9e140db

Please sign in to comment.