From fa087916554e90f41f44726e13fc406a4d0585d5 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Wed, 31 Aug 2022 19:54:20 +0900 Subject: [PATCH] Bump v0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 436f4e9..7d75d59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "mure" -version = "0.1.6" +version = "0.1.7" dependencies = [ "assay", "clap", diff --git a/Cargo.toml b/Cargo.toml index c5b11f8..cbe57f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mure" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories."