From 40505c0bd7e0b2d3dcba99fa946e79fc196a40aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Kom=C4=99za?= Date: Tue, 12 May 2026 12:50:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20wrong=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f06f805..e68bff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,7 +2301,7 @@ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "tiny-git-helper" -version = "0.1.6" +version = "0.1.7" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bee5ace..645e8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiny-git-helper" description = "tgh - A GitHub CLI written in Rust" -version = "0.1.6" +version = "0.1.7" edition = "2021" [[bin]]