From e72ebd0fbb483914d0014cd437d579d684545c04 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Fri, 4 Nov 2022 10:43:37 +0900 Subject: [PATCH] Bump v0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b48f44..a210935 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,7 +656,7 @@ dependencies = [ [[package]] name = "mure" -version = "0.1.8" +version = "0.1.9" dependencies = [ "assay", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0a51df..cfe6952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mure" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories."