From e5d926dc19b9bd4ad4c25ea59b1917d83e912e09 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Sat, 25 Jul 2020 08:20:13 -0700 Subject: [PATCH] (cargo-release) version 0.5.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce4eb98..b21896f 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-beta.1" +version = "0.5.5" 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 7f27b4d..bab2201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "otpcli" -version = "0.5.5-beta.1" +version = "0.5.5" authors = ["Jake Swenson "] description = "A simple one-time-password CLI, with support for TOTP and STOKEN." license = "MIT"