diff --git a/Cargo.lock b/Cargo.lock index 875f7c7..98b6acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "aegis-rs" -version = "0.3.1" +version = "0.4.0" dependencies = [ "aegis-vault-utils", "arboard", diff --git a/Cargo.toml b/Cargo.toml index d975477..0dbd4ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aegis-rs" -version = "0.3.1" +version = "0.4.0" edition = "2021" license = "GPL-3.0-or-later" description = "Aegis compatible OTP generator for the CLI"