diff --git a/Cargo.lock b/Cargo.lock index 3d3ea21..37cded1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "yage" -version = "0.1.0" +version = "0.2.0" dependencies = [ "age", "base64 0.21.7", diff --git a/doc/yage.1 b/doc/yage.1 index e384c90..749e9d0 100644 --- a/doc/yage.1 +++ b/doc/yage.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH yage 1 "yage 0.1.0" +.TH yage 1 "yage 0.2.0" .SH NAME yage \- A simple tool to manage encrypted secrets in YAML files with age encryption .SH SYNOPSIS @@ -53,6 +53,6 @@ Check the encryption status of a YAML file yage\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v0.1.0 +v0.2.0 .SH AUTHORS Gaƫtan Lehmann