From 98a4b6b8bbb0bb31177415e001598ed0a4000515 Mon Sep 17 00:00:00 2001 From: Dmitry Konishchev Date: Sat, 23 Nov 2024 19:02:42 +0300 Subject: [PATCH] chore: Release binup version 1.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b849ac..c2f805a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "binup" -version = "1.4.0" +version = "1.5.0" dependencies = [ "ansi_term", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index ef40b41..c3e6f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binup" -version = "1.4.0" +version = "1.5.0" description = "Automated app installation from GitHub releases" keywords = ["automation", "github", "package-manager", "release", "tools"] categories = ["command-line-utilities"]