diff --git a/Cargo.lock b/Cargo.lock index 215ecf3..d959ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "otpcli" -version = "0.5.5-alpha.14" +version = "0.5.5-alpha.15" dependencies = [ "base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c8c9c91..1c40e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "otpcli" -version = "0.5.5-alpha.14" +version = "0.5.5-alpha.15" authors = ["Jake Swenson "] description = "A simple one-time-password CLI, with support for TOTP and STOKEN." license = "MIT"