From 1b52d5cf509439d23d53f32063526b234720a8ac Mon Sep 17 00:00:00 2001 From: XXiaoA Date: Tue, 30 Aug 2022 19:02:56 +0800 Subject: [PATCH] version = "0.2.5" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f291c3..093b679 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "xdm" -version = "0.2.4" +version = "0.2.5" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 92dfd98..2e45cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xdm" -version = "0.2.4" +version = "0.2.5" edition = "2021" description = "XXiaoA's dotfiles manager" repository = "https://github.com/XXiaoA/xdm/"