From 09023c9f5a8d92fd143fc211d9892deb57750425 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Feb 2024 23:17:04 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/replydev/cotp/compare/v1.4.3...v1.4.4) (2024-02-15) ### Bug Fixes * fix build archive and release name ([0798f1e](https://github.com/replydev/cotp/commit/0798f1e2053bc6593e13eb08dff8f4a573b055ee)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdd0523d..dfd8c7a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "cotp" -version = "1.4.3" +version = "1.4.4" dependencies = [ "aes-gcm", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5074df95..289f0c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cotp" -version = "1.4.3" +version = "1.4.4" authors = ["replydev "] edition = "2021" description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."