diff options
-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" |