From 7a603f4e11ed929a0859bc5f5f6ed42c8d625635 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Sat, 5 Nov 2022 19:47:46 +0900 Subject: [PATCH] chore: Release v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2a17f9..0b5d79f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a5f03f8..5124808 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.1.0" +version = "0.1.1" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"