diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:33:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:33:29 -0200 |
commit | 0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65 (patch) | |
tree | 9428e63154997b6610a62af5e297ccb04c4cfc40 | |
parent | 17915bf527081c6329316e166ac900ced1a05c57 (diff) | |
download | keyringer-0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65.tar.gz keyringer-0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65.tar.bz2 |
Keyringer 0.4.10.4.1
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | keyringer | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2016-11-17 - 0.4.1 - Silvio Rhatto <rhatto@riseup.net> + + Adds sclip into completions + + Manpage: sclip action + + Updates develop docs + 2016-11-09 - 0.4.0 - Silvio Rhatto <rhatto@riseup.net> Adopts Semantic Versioning @@ -140,7 +140,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.4.0" +KEYRINGER_VERSION="0.4.1" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" |