From 64a251d291460d33b96fb0e2fe36aab5e656a053 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Mon, 15 Aug 2022 05:02:40 +0900 Subject: [PATCH] Bump v0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a5c6f..fa3aa94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "mure" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index 81c048e..682d638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mure" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories."