From 7c32fb8e054271174190eed720de579401b7d16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20C=C3=A9sar?= Date: Thu, 23 Jan 2025 14:00:09 +0100 Subject: [PATCH] chore: release 1.7.0 (#146) --- Cargo.lock | 2 +- linkup-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c656ac..6068577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1312,7 +1312,7 @@ dependencies = [ [[package]] name = "linkup-cli" -version = "1.6.0" +version = "1.7.0" dependencies = [ "base64", "clap", diff --git a/linkup-cli/Cargo.toml b/linkup-cli/Cargo.toml index f28d87b..776f61e 100644 --- a/linkup-cli/Cargo.toml +++ b/linkup-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linkup-cli" -version = "1.6.0" +version = "1.7.0" edition = "2021" [[bin]]