From 8e9e65182408cf3ab7e4b2341631b3e145536ed5 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Wed, 27 Sep 2023 00:17:09 +0900 Subject: [PATCH] chore: Release v0.3.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a3f791..14b2da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.3.10" +version = "0.3.11" dependencies = [ "anyhow", "async-hofs", diff --git a/Cargo.toml b/Cargo.toml index eebcab7..cb7f3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghr" description = "Yet another repository management with auto-attaching profiles." -version = "0.3.10" +version = "0.3.11" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"